align radios on mobile

This commit is contained in:
Mark Eaton
2024-11-11 16:43:10 -05:00
committed by GitHub
parent 8e0f15f5c8
commit db9cab2252
+6 -1
View File
@@ -164,7 +164,6 @@
margin: -2px; margin: -2px;
} }
#radios { #radios {
margin-top: 8px;
float: left; float: left;
} }
#articlesradio { #articlesradio {
@@ -400,6 +399,9 @@
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {
#login-text, #advanced { #login-text, #advanced {
display: none; display: none;
}
#radios {
margin-top: -8px;
} }
#defineYourSearch { #defineYourSearch {
display: none; display: none;
@@ -407,6 +409,9 @@
} }
@media only screen and (min-width: 768px) { @media only screen and (min-width: 768px) {
#radios {
margin-top: 8px;
}
.nav-by-jumbotron { .nav-by-jumbotron {
margin-top: 0 !important; margin-top: 0 !important;
} }