about summary refs log tree commit diff
path: root/app/javascript/styles
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2017-07-24 17:43:59 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-07-24 10:43:59 +0200
commit1e665a0bf4c4ffa4ea062ee8181db507c42caa2f (patch)
treea9dbd5d56d8916048c58b38b4905543f7577156d /app/javascript/styles
parentef16089c6d32d8d6619fea28838b83136fe3b0fd (diff)
Add space to toot paragraph in landing page (#4331)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r--app/javascript/styles/about.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/javascript/styles/about.scss b/app/javascript/styles/about.scss
index a2642ee9f..90ad9bea9 100644
--- a/app/javascript/styles/about.scss
+++ b/app/javascript/styles/about.scss
@@ -595,6 +595,11 @@
       line-height: inherit;
       font-weight: inherit;
       color: $primary-text-color;
+      margin-bottom: 20px;
+
+      &:last-child {
+        margin-bottom: 0;
+      }
 
       a {
         color: $ui-secondary-color;