Site: Display search only on large resolutions
This commit is contained in:
parent
f421aa4070
commit
d63792b4e7
|
@ -172,6 +172,10 @@ h6:hover .header-link {
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 950px) {
|
||||
.searchbox { display: none;}
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
|
||||
footer {
|
||||
|
|
Loading…
Reference in New Issue