[dyad] Aligning footer width with page content - wrote 1 file(s)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user