This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
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
Allow longer link text on landing page (reduce padding for Mobile) (
#4363
)
* Allow longer link text on landing page (reduce padding for Mobile) * remove empty line
master
Clworld
7 years ago
committed by
Eugen Rochko
parent
a6ea7e282f
commit
edadc93757
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
app/javascript/styles/about.scss
+ 10
- 0
app/javascript/styles/about.scss
View File
@ -721,6 +721,16 @@
text-align
:
center
;
}
.
nav
{
display
:
flex
;
flex-flow
:
row
wrap
;
justify-content
:
space-around
;
}
.
links
a
{
padding
:
12px
8px
;
}
.
heading
h1
{
padding
:
30px
0
;
}
Write
Preview
Loading…
Cancel
Save