Compare commits

...

2 commits

Author SHA1 Message Date
Le fishe au chocolat 7caf76778c minor spelling mistake 2026-06-20 00:53:54 +02:00
Le fishe au chocolat 3e39719a3f the indentssssss 2026-06-20 00:24:34 +02:00
2 changed files with 1 additions and 3 deletions

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>

View file

@ -46,7 +46,7 @@ export default function Home() {
</p>
<h1 className="font-[Bitcount] text-gray-50 text-2xl">I sometimes do stuff for free, contact me and we&apos;ll see if you&apos;re lucky</h1>
</main>
<p className="mt-5 font-normal font-[Italianno] text-gray-500 text-4xl">&apos;&apos; Why need a whole earth if your already in the best place you&apos;ll ever be ,, <a href="#" className="text-gray-400">-me on a random friday</a></p>
<p className="mt-5 font-normal font-[Italianno] text-gray-500 text-4xl">&apos;&apos; Why need a whole earth if you&apos;re already in the best place you&apos;ll ever be ,, <a href="#" className="text-gray-400">-me on a random friday</a></p>
</>
);
}