stack radios on very small screens
This commit is contained in:
@@ -171,6 +171,9 @@
|
||||
#articlesradio {
|
||||
margin-left: 10px;
|
||||
}
|
||||
#articlesradiocontainer {
|
||||
display: inline-block;
|
||||
}
|
||||
#booksradio, #articlesradio {
|
||||
margin-right: 3px;
|
||||
}
|
||||
@@ -398,6 +401,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 360px) {
|
||||
#app2 { margin-bottom: 65px; }
|
||||
#radios > label { margin-bottom: -5px; }
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
#login-text, #advanced {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user