improved design

This commit is contained in:
2026-05-24 13:55:12 +02:00
parent 1f11a4ecab
commit 542d832eab
+4 -4
View File
@@ -15,7 +15,7 @@ export const PageFooter = () => {
<div className="flex flex-col gap-3 sm:flex-row sm:items-center sm:justify-between"> <div className="flex flex-col gap-3 sm:flex-row sm:items-center sm:justify-between">
<Typography <Typography
level="title-sm" level="title-sm"
className="text-slate-800 tracking-wide" className="text-slate-800 tracking-wide sm:pr-4"
> >
{t("footer-headline")} {t("footer-headline")}
<Link <Link
@@ -27,13 +27,13 @@ export const PageFooter = () => {
portfolio-theis.de portfolio-theis.de
</Link> </Link>
</Typography> </Typography>
<Typography level="body-sm" className="text-slate-500"> <div className="flex items-center justify-center sm:justify-end sm:flex-none">
<img <img
src={qrCode} src={qrCode}
alt="https://portfolio-theis.de/" alt="https://portfolio-theis.de/"
className="h-20 w-20 rounded-md border border-slate-200 object-contain" className="h-20 w-20 shrink-0 rounded-md border border-slate-200 object-contain"
/> />
</Typography> </div>
</div> </div>
</div> </div>
</Sheet> </Sheet>