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
Improve sign up page on small screens
closed-social-v3
Eugen Rochko
7 years ago
parent
a9303e7062
commit
b8f9de8636
1 changed files
with
9 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-1
app/assets/stylesheets/about.scss
+ 9
- 1
app/assets/stylesheets/about.scss
View File
@ -109,10 +109,18 @@
}
}
@media
screen
and
(
max-width
:
360
px
)
{
@media
screen
and
(
max-width
:
625
px
)
{
.
wrapper
{
padding
:
20px
;
}
.
screenshot-with-signup
.
mascot
{
display
:
none
;
}
.
features-list
{
display
:
block
;
}
}
}
Write
Preview
Loading…
Cancel
Save