]> cat aescling's git repositories - mastodon.git/commitdiff
about page : use slightly more space (#2791)
authorWonderfall <wonderfall@targaryen.house>
Thu, 4 May 2017 16:16:00 +0000 (18:16 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 4 May 2017 16:16:00 +0000 (18:16 +0200)
app/javascript/styles/about.scss

index b1139b86ff83dd1b644873880cf2095fb7a8e2c4..a969c867b72be6e9db001fa3f31ff40971124071 100644 (file)
@@ -7,7 +7,7 @@
     padding-bottom: 50px;
 
     &.thicc {
-      max-width: 700px;
+      max-width: 800px;
     }
   }
 
 
   .sidebar {
     border-left: 1px solid lighten($color1, 10%);
-    width: 180px;
+    width: 200px;
     flex: 0 0 auto;
   }