Skip to content

Commit

Permalink
fix: layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Evi-2003 committed Dec 14, 2024
1 parent e33bf81 commit 6572847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default async function RootLayout(
md:px-3 dark:from-neutral-900 dark:to-neutral-950 ${GeistSans.className}`}
>
<Header lng={'en-US'} />
<main className="mx-auto w-full max-w-screen-xl">{children}</main>
<main className="max-w-screen mx-auto w-full">{children}</main>
</body>
</html>
</NavProvider>
Expand Down

0 comments on commit 6572847

Please sign in to comment.