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; }
}
@media only screen and (max-width: 768px) {
#login-text, #advanced {
@media only screen and (max-width: 600px) {
#advanced {
display: none;
}
#radios {
}
@media only screen and (max-width: 768px) {
#login-text {
display: none;
}
#radios, #advanced {
margin-top: -8px;
}
#defineYourSearch {