UI tweaks

This commit is contained in:
2026-03-17 02:44:24 +01:00 Verified
parent 9b395ef75c
commit ec7bfd7e34
10 changed files with 352 additions and 652 deletions
+1 -1
View File
@@ -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>