another css fix

This commit is contained in:
Mark Eaton
2024-11-20 10:57:31 -05:00
parent 62636cbbdb
commit ab004b2eca
+5 -1
View File
@@ -401,9 +401,13 @@
}
}
@media only screen and (max-width: 472px) {
#app2 { margin-bottom: 65px; }
#radios > label, #radios > div > label { margin-bottom: -5px; }
}
@media only screen and (max-width: 360px) {
#app2 { margin-bottom: 85px; }
#radios > label, #radios > div > label { margin-bottom: -5px; }
}
@media only screen and (max-width: 992px) {