Переработан дизайн, добавлена фича SoundLibrary
Deploy / build-and-deploy (push) Successful in 1m14s
Deploy / build-and-deploy (push) Successful in 1m14s
This commit is contained in:
+1
-1
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user