mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
Hide search box from mobile
This commit is contained in:
@@ -14,3 +14,9 @@
|
||||
.algolia-autocomplete #q {
|
||||
display: initial
|
||||
}
|
||||
|
||||
@media all and (max-width: 899px) {
|
||||
.algolia-autocomplete {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user