fix some css problems

This commit is contained in:
Mark Eaton
2024-11-20 10:27:11 -05:00
parent c5d0c30a1b
commit 62636cbbdb
+6 -4
View File
@@ -174,7 +174,7 @@
.radiocontainer { .radiocontainer {
display: inline-block; display: inline-block;
} }
#booksradio, #articlesradio { #booksradio, #articlesradio, #everythingradio {
margin-right: 3px; margin-right: 3px;
} }
#advanced { #advanced {
@@ -402,14 +402,16 @@
} }
@media only screen and (max-width: 360px) { @media only screen and (max-width: 360px) {
#app2 { margin-bottom: 65px; } #app2 { margin-bottom: 85px; }
#radios > label { margin-bottom: -5px; } #radios > label, #radios > div > label { margin-bottom: -5px; }
} }
@media only screen and (max-width: 600px) {
@media only screen and (max-width: 992px) {
#advanced { #advanced {
display: none; display: none;
} }
} }
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {
#login-text { #login-text {
display: none; display: none;