]> cat aescling's git repositories - mastodon.git/commitdiff
[css] reduce spacing between text elements on about pages (#1510)
authorAlex Dunn <dunn.alex@gmail.com>
Sat, 15 Apr 2017 00:29:32 +0000 (17:29 -0700)
committerEugen <eugen@zeonfederated.com>
Sat, 15 Apr 2017 00:29:32 +0000 (02:29 +0200)
app/assets/stylesheets/about.scss

index 8bf950d41638367a758308e7e06e600accf122fb..4bd4c26deb5143d9a5579baa608b3fcd8c130f94 100644 (file)
@@ -64,7 +64,7 @@
   p, li {
     font: 16px/28px 'Montserrat', sans-serif;
     font-weight: 400;
-    margin-bottom: 26px;
+    margin-bottom: 12px;
 
     a {
       color: $color4;
       }
     }
   }
-  
+
   @media screen and (max-width: 625px) {
     .mascot {
       display: none;