Переработан дизайн, добавлена фича SoundLibrary
Deploy / build-and-deploy (push) Successful in 1m14s

This commit is contained in:
2026-06-15 00:04:15 +03:00
parent 610cbbec0f
commit 9deec9d23e
6 changed files with 240 additions and 167 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
<body className={`${geistSans.variable} ${geistMono.variable} antialiased`}>
<AuthProvider>
<Navbar />
<main className="container mx-auto px-4 py-6 max-w-5xl">
<main className="container mx-auto px-2 py-4 max-w-3xl">
{children}
</main>
{/* Floating bubbles */}