Improve responsiveness of registration form and closed banner (#1265)
This commit is contained in:
parent
fc146a19cc
commit
470eb0042e
|
@ -114,10 +114,6 @@
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.screenshot-with-signup .mascot {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.features-list {
|
.features-list {
|
||||||
display: block;
|
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 {
|
.closed-registrations-message {
|
||||||
|
|
Loading…
Reference in New Issue