mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 12:16:53 +00:00
Update layout.tsx
This commit is contained in:
parent
d9d4638b0c
commit
4b5d4b80c3
@ -66,7 +66,10 @@ export default function RootLayout({
|
||||
<body className={`${inter.className} bg-background text-foreground antialiased`}>
|
||||
<Navbar />
|
||||
<MouseMoveEffect />
|
||||
<div className="pt-16 md:pt-16">{children}</div>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user