about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-01-13 20:27:02 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-01-13 20:27:02 +0100
commit7cde08e30b2fec4bf768b24a8bec7889f0076158 (patch)
tree7681e36bd11f4fbffd4f1ea6c6167cfc9e865b2b /app
parentc01dd089ff3149ce6b5bf539143b335a84c08eee (diff)
Improve extended about page layout
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/about.scss8
-rw-r--r--app/views/about/more.html.haml2
2 files changed, 7 insertions, 3 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;
   }
 
diff --git a/app/views/about/more.html.haml b/app/views/about/more.html.haml
index c3ffe195c..8b0925f00 100644
--- a/app/views/about/more.html.haml
+++ b/app/views/about/more.html.haml
@@ -1,7 +1,7 @@
 - content_for :page_title do
   #{Rails.configuration.x.local_domain}
 
-.wrapper
+.wrapper.thicc
   .sidebar-layout
     .main
       .panel