update demo
All checks were successful
/ build (push) Successful in 30s

This commit is contained in:
Nycki 2025-03-15 16:06:07 -07:00
parent 256feb9c45
commit 49a5a20de1
3 changed files with 6 additions and 3 deletions

View file

@ -23,7 +23,7 @@
<li><a href="/slimequest/">Start Over</a></li>
<li><a href="/">Go Back</a></li>
<li><a href="/slimequest/">Go Back</a></li>
<li><a href="/">Home</a></li>
</ul>

View file

@ -13,6 +13,9 @@
<p>You awaken alone in a field. Beneath you the ground is scorched. The grass around you is tall and wild. The wind is soft and warm.
You were once a Grand Slime, the queen bee of a hive of slimes. Now youre barely a fraction of your old self.</p>
</div>
<div class="post">
<p><a href="https://git.hatspace.net/nycki/slime-quest-web">wow, I gotta get this code</a></p>
</div>
@ -23,7 +26,7 @@ You were once a Grand Slime, the queen bee of a hive of slimes. Now youre bar
<li><a href="/slimequest/">Start Over</a></li>
<li><a href="/page-1/">Go Back</a></li>
<li><a href="/slimequest/page-1/">Go Back</a></li>
<li><a href="/">Home</a></li>
</ul>

View file

@ -12,7 +12,7 @@ main {
max-width: 40rem;
background: #F0E0D6;
text-align: left;
margin: 0 auto;
margin: 1rem auto;
padding: 1rem;
}