From c39fbd7af6f3efc0f33e2f87ce1b24f2e12b2476 Mon Sep 17 00:00:00 2001 From: Ekaterina Mekhnetsova Date: Wed, 18 Mar 2020 01:12:59 +0300 Subject: [PATCH] Updated "Ways to Help" section (#93) * Updated Ways to Help section * Update index.njk * Update _grid.scss * Update index.njk Co-authored-by: Mekhnetsova, Ekaterina --- 11ty/index.njk | 6 +++--- assets/css/structures/_grid.scss | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) 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; }