feat: add base layout with a new header component
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user