mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-04 03:35:25 -05: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