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; }