Refactor layout and component styles for improved responsiveness (#5195)

This commit is contained in:
Bram Suurd
2025-06-16 17:13:33 +02:00
committed by GitHub
parent 0b3c645ffb
commit 8241ed932d
6 changed files with 8 additions and 8 deletions

View File

@@ -104,7 +104,7 @@ export default function RootLayout({
<Navbar />
<div className="flex min-h-screen flex-col justify-center">
<div className="flex w-full justify-center">
<div className="w-full max-w-7xl ">
<div className="w-full max-w-[1440px] ">
<QueryProvider>
<NuqsAdapter>{children}</NuqsAdapter>
</QueryProvider>