fix title
This commit is contained in:
parent
eef1b71abe
commit
38ce483e78
1 changed files with 8 additions and 1 deletions
|
@ -7,7 +7,7 @@ import Card from "../components/Card.astro";
|
||||||
<main>
|
<main>
|
||||||
<div class="content" style="text-align: center;">
|
<div class="content" style="text-align: center;">
|
||||||
<marquee Behavior="Alternate">
|
<marquee Behavior="Alternate">
|
||||||
<h1 class="title">LimePotato</h1>
|
<h2 class="title">LimePotato</h1>
|
||||||
</marquee>
|
</marquee>
|
||||||
<hr />
|
<hr />
|
||||||
<p>
|
<p>
|
||||||
|
@ -25,6 +25,13 @@ import Card from "../components/Card.astro";
|
||||||
>.
|
>.
|
||||||
</p>
|
</p>
|
||||||
<hr />
|
<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>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
Loading…
Reference in a new issue