stack radios on very small screens

This commit is contained in:
Mark Eaton
2024-11-16 23:35:51 -05:00
committed by GitHub
parent 10a8ebca2a
commit 28ff3cd67f
+8
View File
@@ -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;