Make main responsive friendly
cgen-88c234b353c94436accc93c320b88319
This commit is contained in:
parent
9f06819287
commit
a08c2cbb72
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ export default function Layout({ children }: LayoutProps) {
|
|||
</div>
|
||||
</header>
|
||||
|
||||
<main className="flex-1">{children}</main>
|
||||
<main className="flex-1 w-full overflow-x-hidden">{children}</main>
|
||||
|
||||
<footer className="border-t border-border/40 bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60 animate-slide-up">
|
||||
<div className="container mx-auto px-4 py-12">
|
||||
|
|
|
|||
Loading…
Reference in a new issue