From 61e68b73e63dc6b94b240cc45bf7506c17765cdd Mon Sep 17 00:00:00 2001 From: Miodec Date: Fri, 16 Apr 2021 18:40:37 +0100 Subject: [PATCH] updated about page --- src/sass/style.scss | 20 ++++- static/index.html | 181 ++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 191 insertions(+), 10 deletions(-) diff --git a/src/sass/style.scss b/src/sass/style.scss index 0dcc08cd1..66d4a1ee6 100644 --- a/src/sass/style.scss +++ b/src/sass/style.scss @@ -2644,14 +2644,28 @@ key { display: grid; gap: 2rem; + .created{ + text-align: center; + color: var(--sub-color); + a{ + text-decoration: none; + } + } + .section { display: grid; - gap: 0.5rem; + gap: 0.25rem; - .supporters { + .title{ + font-size: 2rem; + line-height: 2rem; + color: var(--sub-color); + margin: 1rem 0; + } + + .supporters, .contributors { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; - justify-items: center; gap: 0.25rem; color: var(--text-color); } diff --git a/static/index.html b/static/index.html index 8e5a35bee..b9d8343ae 100644 --- a/static/index.html +++ b/static/index.html @@ -1473,8 +1473,12 @@