diff --git a/11ty/index.njk b/11ty/index.njk index 4e2f1cee..473f39a8 100644 --- a/11ty/index.njk +++ b/11ty/index.njk @@ -16,9 +16,9 @@ layout: layouts/index.njk

Ways to help

    -
  1. Submit words and definitions through pull requests.
  2. -
  3. Sponsor this work through GitHub Sponsors.
  4. -
  5. Volunteer writing, design, dev help by DMing me @tatianatmac on Twitter.
  6. +
  7. Submit words and definitions or contribute to our code base through pull requests or issues. Start with our contributing guidelines and documentation.
  8. +
  9. Sponsor this work through Open Collective or GitHub Sponsors.
  10. +
  11. Follow us on Twitter @SelfDefinedApp.
diff --git a/assets/css/structures/_grid.scss b/assets/css/structures/_grid.scss index ebd6c562..22c900bf 100644 --- a/assets/css/structures/_grid.scss +++ b/assets/css/structures/_grid.scss @@ -60,7 +60,8 @@ height: auto; margin: 1rem 0.5rem; padding: 1rem; - + grid-column: span 2; + a { color: white; }