Browse Source

Improve sign up page on small screens

closed-social-v3
Eugen Rochko 7 years ago
parent
commit
b8f9de8636
1 changed files with 9 additions and 1 deletions
  1. +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: 360px) {
@media screen and (max-width: 625px) {
.wrapper {
padding: 20px;
}
.screenshot-with-signup .mascot {
display: none;
}
.features-list {
display: block;
}
}
}

Loading…
Cancel
Save