Site: Display search only on large resolutions

This commit is contained in:
Frank Taillandier
2017-11-15 21:28:25 +01:00
parent e4888f2e52
commit 3f8cd30d4d

View File

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