Compare commits
No commits in common. "7caf76778c3e6fbb6aa516746d49a411d691584b" and "fa9fa91d3790649aacde5f185b3f9dd7cef9a8d5" have entirely different histories.
7caf76778c
...
fa9fa91d37
|
|
@ -36,9 +36,11 @@ export default function RootLayout({
|
||||||
<body className="min-h-screen grid grid-rows-[auto_1fr_auto]">
|
<body className="min-h-screen grid grid-rows-[auto_1fr_auto]">
|
||||||
<Analytics />
|
<Analytics />
|
||||||
<Header />
|
<Header />
|
||||||
|
|
||||||
<main className="flex flex-col justify-center items-center py-10">
|
<main className="flex flex-col justify-center items-center py-10">
|
||||||
{children}
|
{children}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<Footer />
|
<Footer />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ export default function Home() {
|
||||||
</p>
|
</p>
|
||||||
<h1 className="font-[Bitcount] text-gray-50 text-2xl">I sometimes do stuff for free, contact me and we'll see if you're lucky</h1>
|
<h1 className="font-[Bitcount] text-gray-50 text-2xl">I sometimes do stuff for free, contact me and we'll see if you're lucky</h1>
|
||||||
</main>
|
</main>
|
||||||
<p className="mt-5 font-normal font-[Italianno] text-gray-500 text-4xl">'' Why need a whole earth if you're already in the best place you'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">'' Why need a whole earth if your already in the best place you'll ever be ,, <a href="#" className="text-gray-400">-me on a random friday</a></p>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue