UI tweaks
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
|
||||
</header>
|
||||
|
||||
{/* Main Content Area */}
|
||||
<main className="max-w-5xl mx-auto p-4 py-6 md:py-8">
|
||||
<main className="max-w-5xl mx-auto p-3 py-6 md:py-8">
|
||||
{children}
|
||||
</main>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user