Compare commits
2 commits
fa9fa91d37
...
7caf76778c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7caf76778c | ||
|
|
3e39719a3f |
|
|
@ -36,11 +36,9 @@ 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 your 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 you're 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