This commit is contained in:
MacRimi
2025-02-17 22:25:11 +01:00
parent 4b5d4b80c3
commit 90ec250f92
3 changed files with 19 additions and 20 deletions

View File

@@ -66,10 +66,7 @@ export default function RootLayout({
<body className={`${inter.className} bg-background text-foreground antialiased`}>
<Navbar />
<MouseMoveEffect />
<div className="flex flex-col md:flex-row min-h-screen pt-28 md:pt-16">
<DocSidebar />
<main className="flex-1 p-4 md:p-6">{children}</main>
</div>
<div className="pt-16 md:pt-16">{children}</div>
</body>
</html>
)