Merge pull request #184 from sumukhj1219/bug/navbar
fix: Navbar Position is fixed for every page mt-5
This commit is contained in:
20887
package-lock.json
generated
Normal file
20887
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -38,7 +38,7 @@ export default async function RootLayout({
|
|||||||
<body className={inter.className}>
|
<body className={inter.className}>
|
||||||
<ThemeProvider attribute="class" enableSystem defaultTheme="dark" storageKey="zen.theme">
|
<ThemeProvider attribute="class" enableSystem defaultTheme="dark" storageKey="zen.theme">
|
||||||
<StyledComponentsRegistry>
|
<StyledComponentsRegistry>
|
||||||
<div>
|
<div className="mt-5">
|
||||||
{children}
|
{children}
|
||||||
<Footer />
|
<Footer />
|
||||||
<Navigation /> {/* At the bottom of the page */}
|
<Navigation /> {/* At the bottom of the page */}
|
||||||
|
|||||||
Reference in New Issue
Block a user