Site: Display search only on large resolutions

This commit is contained in:
Frank Taillandier 2017-11-15 21:28:25 +01:00
parent f421aa4070
commit d63792b4e7
No known key found for this signature in database
GPG Key ID: E73258E3F50AEB7E
1 changed files with 4 additions and 0 deletions

View File

@ -172,6 +172,10 @@ h6:hover .header-link {
}
}
@media (max-width: 950px) {
.searchbox { display: none;}
}
/* Footer */
footer {