diff options
author | 2018-06-18 22:20:15 +0100 | |
---|---|---|
committer | 2018-06-18 22:20:15 +0100 | |
commit | 73bfe3211f5b05c503d00c6cb38372a191c10040 (patch) | |
tree | 81db9d26b3a2bb69f898a7f6198cbaaaa82d8005 /scss | |
parent | s/color/colour/g (diff) |
Partner updates
Diffstat (limited to 'scss')
-rw-r--r-- | scss/pysite/pages/main/_index.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/scss/pysite/pages/main/_index.scss b/scss/pysite/pages/main/_index.scss index 36a046cf..bd77460f 100644 --- a/scss/pysite/pages/main/_index.scss +++ b/scss/pysite/pages/main/_index.scss @@ -7,5 +7,21 @@ $page_classes: ( #invite-button { padding: 0; } + + #reddit-button { + font-size: 120%; + line-height: 2rem; + padding: 1rem; + text-transform: unset; + width: 320px; + + .fa-fw { + font-size: 350% !important; + } + + span { + font-size: 80%; + } + } } } |