the indentssssss

This commit is contained in:
Le fishe au chocolat 2026-06-20 00:24:34 +02:00
parent fa9fa91d37
commit 3e39719a3f

View file

@ -36,11 +36,9 @@ export default function RootLayout({
<body className="min-h-screen grid grid-rows-[auto_1fr_auto]">
<Analytics />
<Header />
<main className="flex flex-col justify-center items-center py-10">
{children}
</main>
<Footer />
</body>
</html>