Browse Source

[css] reduce spacing between text elements on about pages (#1510)

closed-social-v3
Alex Dunn 7 years ago
committed by Eugen
parent
commit
0655f16cc1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/assets/stylesheets/about.scss

+ 2
- 2
app/assets/stylesheets/about.scss View File

@ -64,7 +64,7 @@
p, li { p, li {
font: 16px/28px 'Montserrat', sans-serif; font: 16px/28px 'Montserrat', sans-serif;
font-weight: 400; font-weight: 400;
margin-bottom: 26px;
margin-bottom: 12px;
a { a {
color: $color4; color: $color4;
@ -352,7 +352,7 @@
} }
} }
} }
@media screen and (max-width: 625px) { @media screen and (max-width: 625px) {
.mascot { .mascot {
display: none; display: none;

Loading…
Cancel
Save