Compare commits

..

No commits in common. "7caf76778c3e6fbb6aa516746d49a411d691584b" and "fa9fa91d3790649aacde5f185b3f9dd7cef9a8d5" have entirely different histories.

2 changed files with 3 additions and 1 deletions

View file

@ -36,9 +36,11 @@ 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 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>
<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>
</>
);
}