aboutsummaryrefslogtreecommitdiffstats
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-rw-r--r--scss/pysite/pages/main/_index.scss16
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%;
+ }
+ }
}
}