]> cat aescling's git repositories - mastodon.git/commitdiff
Improve extended about page layout
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 13 Jan 2017 19:27:02 +0000 (20:27 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 13 Jan 2017 19:27:02 +0000 (20:27 +0100)
app/assets/stylesheets/about.scss
app/views/about/more.html.haml

index 83b0ee07946e5fb9e69e063439675f3961a97766..674d1eb283fbe2764a15c1679f90b40d8f3355ae 100644 (file)
@@ -8,6 +8,10 @@
     color: #9baec8;
     padding-top: 50px;
     padding-bottom: 50px;
+
+    &.thicc {
+      max-width: 700px;
+    }
   }
 
   h1 {
 
     strong {
       font-weight: 500;
-      font-size: 48px;
+      font-size: 32px;
       line-height: 48px;
       color: #fff;
     }
 
   .sidebar {
     border-left: 1px solid lighten(#282c37, 10%);
-    width: 140px;
+    width: 180px;
     flex: 0 0 auto;
   }
 
index c3ffe195c596a20db54ced2f2d1d4a89006da343..8b0925f00d576a64b76e9ee15e5d22a4627d5815 100644 (file)
@@ -1,7 +1,7 @@
 - content_for :page_title do
   #{Rails.configuration.x.local_domain}
 
-.wrapper
+.wrapper.thicc
   .sidebar-layout
     .main
       .panel