diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2017-07-24 17:43:59 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-07-24 10:43:59 +0200 |
commit | 1e665a0bf4c4ffa4ea062ee8181db507c42caa2f (patch) | |
tree | a9dbd5d56d8916048c58b38b4905543f7577156d | |
parent | ef16089c6d32d8d6619fea28838b83136fe3b0fd (diff) |
Add space to toot paragraph in landing page (#4331)
-rw-r--r-- | app/javascript/styles/about.scss | 5 |
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; |