mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-09 17:16:33 -05:00
Improve sign up page on small screens
This commit is contained in:
@@ -109,10 +109,18 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 360px) {
|
||||
@media screen and (max-width: 625px) {
|
||||
.wrapper {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.screenshot-with-signup .mascot {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.features-list {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user