Merge pull request #184 from sumukhj1219/bug/navbar

fix: Navbar Position is fixed for every page mt-5
This commit is contained in:
mauro 🤙
2024-09-19 07:29:06 +02:00
committed by GitHub
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 */}