mirror of https://github.com/Siphonay/mastodon
[css] reduce spacing between text elements on about pages (#1510)
This commit is contained in:
parent
ade004b5ee
commit
0655f16cc1
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue