fix title

This commit is contained in:
nelle 2024-06-25 17:42:06 -06:00
parent eef1b71abe
commit 38ce483e78

View file

@ -7,7 +7,7 @@ import Card from "../components/Card.astro";
<main>
<div class="content" style="text-align: center;">
<marquee Behavior="Alternate">
<h1 class="title">LimePotato</h1>
<h2 class="title">LimePotato</h1>
</marquee>
<hr />
<p>
@ -25,6 +25,13 @@ import Card from "../components/Card.astro";
>.
</p>
<hr />
<p>
I'm a 20-something trans woman that exists purely and solely on the
internet. I like Science Adventure Series (A LOT!), and I enjoy
Minecraft. I make mods for the latter on occassion, I do some Linux
Systems administration, pixel art, 3D Printing, Tinkering, and really
just whatever hits the dopamine in the right spot.
</p>
</div>
</main>
</Layout>