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