fix: Navbar Position is fixed for every page mt-5

This commit is contained in:
sumukhj1219
2024-09-18 19:10:44 +05:30
parent 9e48c4c893
commit 3ca8de0c88
2 changed files with 20888 additions and 1 deletions

20887
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -38,7 +38,7 @@ export default async function RootLayout({
<body className={inter.className}>
<ThemeProvider attribute="class" enableSystem defaultTheme="dark" storageKey="zen.theme">
<StyledComponentsRegistry>
<div>
<div className="mt-5">
{children}
<Footer />
<Navigation /> {/* At the bottom of the page */}