Skip to content

Commit

Permalink
fix: Add spacing btw navbar and content
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinsC1O committed Oct 6, 2024
1 parent f4d6920 commit 03071fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function RootLayout({
<body className="default_background_color">
<Providers>
<Navbar />
<main>
<main className="mt-[48px]">
{children}
</main>
<Footer />
Expand Down

0 comments on commit 03071fd

Please sign in to comment.