change breakpoint for advanced search link

This commit is contained in:
Mark Eaton
2024-11-16 23:53:07 -05:00
committed by GitHub
parent 75f0646d92
commit 86138e94bf
+9 -3
View File
@@ -406,11 +406,17 @@
#radios > label { margin-bottom: -5px; } #radios > label { margin-bottom: -5px; }
} }
@media only screen and (max-width: 768px) { @media only screen and (max-width: 600px) {
#login-text, #advanced { #advanced {
display: none; display: none;
} }
#radios { }
@media only screen and (max-width: 768px) {
#login-text {
display: none;
}
#radios, #advanced {
margin-top: -8px; margin-top: -8px;
} }
#defineYourSearch { #defineYourSearch {