change breakpoint for advanced search link
This commit is contained in:
@@ -406,11 +406,17 @@
|
|||||||
#radios > label { margin-bottom: -5px; }
|
#radios > label { margin-bottom: -5px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 600px) {
|
||||||
|
#advanced {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 768px) {
|
@media only screen and (max-width: 768px) {
|
||||||
#login-text, #advanced {
|
#login-text {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#radios {
|
#radios, #advanced {
|
||||||
margin-top: -8px;
|
margin-top: -8px;
|
||||||
}
|
}
|
||||||
#defineYourSearch {
|
#defineYourSearch {
|
||||||
|
|||||||
Reference in New Issue
Block a user