Skip to content

Commit 8ded9fd

Browse files
authored
UX: show search input on narrow screens (#93)
1 parent 7708d14 commit 8ded9fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

common/common.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,8 @@
9090
padding: 2.5em var(--d-wrap-padding-h) 3em;
9191
}
9292
}
93+
94+
// fixes core style clash that hides the banner on narrow screens
95+
.custom-search-banner .welcome-banner__wrap .search-menu {
96+
display: flex;
97+
}

0 commit comments

Comments
 (0)