about summary refs log tree commit diff
path: root/app/assets/stylesheets/about.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/about.scss')
-rw-r--r--app/assets/stylesheets/about.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/assets/stylesheets/about.scss b/app/assets/stylesheets/about.scss
index 83b0ee079..674d1eb28 100644
--- a/app/assets/stylesheets/about.scss
+++ b/app/assets/stylesheets/about.scss
@@ -8,6 +8,10 @@
     color: #9baec8;
     padding-top: 50px;
     padding-bottom: 50px;
+
+    &.thicc {
+      max-width: 700px;
+    }
   }
 
   h1 {
@@ -145,7 +149,7 @@
 
     strong {
       font-weight: 500;
-      font-size: 48px;
+      font-size: 32px;
       line-height: 48px;
       color: #fff;
     }
@@ -215,7 +219,7 @@
 
   .sidebar {
     border-left: 1px solid lighten(#282c37, 10%);
-    width: 140px;
+    width: 180px;
     flex: 0 0 auto;
   }