mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
Site: Display search only on large resolutions
This commit is contained in:
@@ -172,6 +172,10 @@ h6:hover .header-link {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 950px) {
|
||||
.searchbox { display: none;}
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
|
||||
footer {
|
||||
|
||||
Reference in New Issue
Block a user