This commit is contained in:
Takeshi Kimata
2024-02-17 12:56:13 +09:00
parent ce3cd7ae03
commit 2c0a4631bc
10 changed files with 117 additions and 59 deletions

View File

@@ -40,9 +40,7 @@ export default function RootLayout({
<Providers themeProps={{ attribute: "class", defaultTheme: "dark" }}>
<div className="relative flex flex-col h-screen light:bg-gray-50 dark:bg-gray-900">
<Navbar />
<main className="container mx-auto max-w-7xl pt-16 px-6 flex-grow">
{children}
</main>
<main>{children}</main>
{/* <footer className="w-full flex items-center justify-center py-3">
<Link
isExternal