diff --git a/site-source/_includes/base.njk b/site-source/_includes/base.njk index 4d5eb88..674b021 100644 --- a/site-source/_includes/base.njk +++ b/site-source/_includes/base.njk @@ -20,7 +20,7 @@
  • Start Over
  • {% set previousPage = collections.pages | getPreviousCollectionItem %} {% if previousPage %} -
  • Go Back
  • +
  • Go Back
  • {% endif %}
  • Home
  • diff --git a/site-source/page-2.md b/site-source/page-2.md index 1b83bc1..caf56bd 100644 --- a/site-source/page-2.md +++ b/site-source/page-2.md @@ -9,3 +9,9 @@ You awaken alone in a field. Beneath you the ground is scorched. The grass aroun 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](https://git.hatspace.net/nycki/slime-quest-web) + +
    diff --git a/site-static/style.css b/site-static/style.css index 2418623..4208eca 100644 --- a/site-static/style.css +++ b/site-static/style.css @@ -12,7 +12,7 @@ main { max-width: 40rem; background: #F0E0D6; text-align: left; - margin: 0 auto; + margin: 1rem auto; padding: 1rem; }