From b4e48975e5b15fb931c5bc8ac4e65e2345b39d7f Mon Sep 17 00:00:00 2001 From: Conrad <15138480+creyD@users.noreply.github.com> Date: Thu, 23 Jan 2020 15:32:46 +0100 Subject: [PATCH] Added Paragraph to main page --- src/pages/index.js | 12 ++++++++++++ src/styles/global.css | 4 ++++ 2 files changed, 16 insertions(+) diff --git a/src/pages/index.js b/src/pages/index.js index 04e74c2..47860c4 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -20,6 +20,18 @@ export default () => (
  • Steam Community Group
  • + +

    + As it was requested by some people over the last years, we finally + created a{" "} + + donation link (PayPal). + {" "} + All the donated money will go 100% towards keeping up the servers and + running other community related projects in the future. However our + services will continue to be freely available for anyone. -{" "} + Thank you to everyone who donated. +

    For help with any community related matters, please contact one of our diff --git a/src/styles/global.css b/src/styles/global.css index 0e6edf0..0a0bfe4 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -24,3 +24,7 @@ a:hover { margin-left: 10%; margin-right: 10%; } + +ul { + list-style: none; +}