This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
[css] reduce spacing between text elements on about pages (
#1510
)
closed-social-v3
Alex Dunn
7 years ago
committed by
Eugen
parent
ade004b5ee
commit
0655f16cc1
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
app/assets/stylesheets/about.scss
+ 2
- 2
app/assets/stylesheets/about.scss
View File
@ -64,7 +64,7 @@
p
,
li
{
font
:
16px
/
28px
'
Montserrat
'
,
sans-serif
;
font-weight
:
400
;
margin-bottom
:
2
6
px
;
margin-bottom
:
1
2px
;
a
{
color
:
$
color4
;
@ -352,7 +352,7 @@
}
}
}
@media
screen
and
(
max-width
:
625
px
)
{
.
mascot
{
display
:
none
;
Write
Preview
Loading…
Cancel
Save