Browse Source

Improve responsiveness of registration form and closed banner (#1265)

closed-social-glitch-2
Pavel Djundik 7 years ago
committed by Eugen
parent
commit
470eb0042e
1 changed files with 10 additions and 4 deletions
  1. +10
    -4
      app/assets/stylesheets/about.scss

+ 10
- 4
app/assets/stylesheets/about.scss View File

@ -114,10 +114,6 @@
padding: 20px;
}
.screenshot-with-signup .mascot {
display: none;
}
.features-list {
display: block;
}
@ -356,6 +352,16 @@
}
}
}
@media screen and (max-width: 625px) {
.mascot {
display: none;
}
.simple_form, .closed-registrations-message {
flex: auto;
}
}
}
.closed-registrations-message {

Loading…
Cancel
Save