]> cat aescling's git repositories - mastodon.git/commitdiff
Add space to toot paragraph in landing page (#4331)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Mon, 24 Jul 2017 08:43:59 +0000 (17:43 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 24 Jul 2017 08:43:59 +0000 (10:43 +0200)
app/javascript/styles/about.scss

index a2642ee9f4d100eb49b422729ace962aa39cadb5..90ad9bea93084c785664efc996315070fe6e0906 100644 (file)
       line-height: inherit;
       font-weight: inherit;
       color: $primary-text-color;
+      margin-bottom: 20px;
+
+      &:last-child {
+        margin-bottom: 0;
+      }
 
       a {
         color: $ui-secondary-color;