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 @@