diff options
author | Alex Dunn <dunn.alex@gmail.com> | 2017-04-14 17:29:32 -0700 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-15 02:29:32 +0200 |
commit | 0655f16cc1f97f63e792e8c6463d50493e1deb69 (patch) | |
tree | adb2fb0ead231c4c85df3785ff172b1ffa74f390 /app | |
parent | ade004b5ee8dbd3bb7286eba7bab599f848985b4 (diff) |
[css] reduce spacing between text elements on about pages (#1510)
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/about.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/about.scss b/app/assets/stylesheets/about.scss index 8bf950d41..4bd4c26de 100644 --- a/app/assets/stylesheets/about.scss +++ b/app/assets/stylesheets/about.scss @@ -64,7 +64,7 @@ p, li { font: 16px/28px 'Montserrat', sans-serif; font-weight: 400; - margin-bottom: 26px; + margin-bottom: 12px; a { color: $color4; @@ -352,7 +352,7 @@ } } } - + @media screen and (max-width: 625px) { .mascot { display: none; |