From 49a5a20de1c596cf868c10376a93d3283c6eef87 Mon Sep 17 00:00:00 2001 From: Nicholas Lamicela Date: Sat, 15 Mar 2025 16:06:07 -0700 Subject: [PATCH] update demo --- static/slimequest/page-1/index.html | 2 +- static/slimequest/page-2/index.html | 5 ++++- static/slimequest/style.css | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/static/slimequest/page-1/index.html b/static/slimequest/page-1/index.html index 928dcbf..532b5de 100644 --- a/static/slimequest/page-1/index.html +++ b/static/slimequest/page-1/index.html @@ -23,7 +23,7 @@
  • Start Over
  • -
  • Go Back
  • +
  • Go Back
  • Home
  • diff --git a/static/slimequest/page-2/index.html b/static/slimequest/page-2/index.html index dcd24e5..53fbc59 100644 --- a/static/slimequest/page-2/index.html +++ b/static/slimequest/page-2/index.html @@ -13,6 +13,9 @@

    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 you’re barely a fraction of your old self.

    +
    +

    wow, I gotta get this code

    +
    @@ -23,7 +26,7 @@ You were once a Grand Slime, the queen bee of a hive of slimes. Now you’re bar
  • Start Over
  • -
  • Go Back
  • +
  • Go Back
  • Home
  • diff --git a/static/slimequest/style.css b/static/slimequest/style.css index 2418623..4208eca 100644 --- a/static/slimequest/style.css +++ b/static/slimequest/style.css @@ -12,7 +12,7 @@ main { max-width: 40rem; background: #F0E0D6; text-align: left; - margin: 0 auto; + margin: 1rem auto; padding: 1rem; }