diff options
author | 2018-06-18 22:21:16 +0100 | |
---|---|---|
committer | 2018-06-18 22:21:16 +0100 | |
commit | e9d647ec13029fdf9f047e32850a7b9a859ace60 (patch) | |
tree | 984f1498f921eb6f14a582007221446bae61b16a /scss | |
parent | Partner updates (diff) |
Remove extraneous code
Diffstat (limited to 'scss')
-rw-r--r-- | scss/pysite/pages/main/_index.scss | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/scss/pysite/pages/main/_index.scss b/scss/pysite/pages/main/_index.scss index bd77460f..36a046cf 100644 --- a/scss/pysite/pages/main/_index.scss +++ b/scss/pysite/pages/main/_index.scss @@ -7,21 +7,5 @@ $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%; - } - } } } |