Skip to content

Commit 69128f4

Browse files
committed
fix container size
1 parent 088a0d9 commit 69128f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default async function RootLayout({
3131
>
3232
<Header />
3333
<main className="w-full h-auto mx-auto">
34-
<div className="flex flex-col mx-auto max-w-[1920px] relative justify-center items-center overflow-clip">
34+
<div className="flex flex-col mx-auto relative justify-center items-center overflow-clip">
3535
{children}
3636
</div>
3737
</main>

0 commit comments

Comments
 (0)