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