commit: 1e665a0bf4c4ffa4ea062ee8181db507c42caa2f
parent: ef16089c6d32d8d6619fea28838b83136fe3b0fd
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date: Mon, 24 Jul 2017 17:43:59 +0900
Add space to toot paragraph in landing page (#4331)
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git 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;