[dyad] Aligning footer width with page content - wrote 1 file(s)

This commit is contained in:
[dyad]
2026-01-19 08:06:40 +01:00
parent 5bdbcbf7cc
commit c208fabcb9

View File

@@ -8,7 +8,7 @@ export function Footer() {
return (
<footer className="w-full border-t bg-background">
<div className="container relative mx-auto flex h-16 items-center justify-between px-4 md:px-6">
<div className="relative mx-auto flex h-16 w-full max-w-6xl items-center justify-between px-4 md:px-6">
<div className="text-sm text-muted-foreground">
<p>© {new Date().getFullYear()} Pascal Linxweiler</p>
</div>