feat: add base layout with a new header component

This commit is contained in:
2026-02-10 00:52:52 +01:00
parent 8d1751892a
commit 3fe5bad847
2 changed files with 4 additions and 5 deletions

View File

@@ -196,7 +196,7 @@ export default function RootLayout({
className={`${bodyFont.variable} ${displayFont.variable} antialiased flex flex-col min-h-screen bg-[color:var(--bg)] text-[color:var(--ink)] font-sans`}
>
<Header />
<main className="flex-grow pt-20">
<main className="flex-grow pt-[130px]">
{children}
</main>
<Footer />