UX: show search input on narrow screens

This commit is contained in:
awesomerobot 2025-05-06 16:26:41 -04:00
parent 7708d144c1
commit 0548c1f5d2
1 changed files with 5 additions and 0 deletions

View File

@ -90,3 +90,8 @@
padding: 2.5em var(--d-wrap-padding-h) 3em; padding: 2.5em var(--d-wrap-padding-h) 3em;
} }
} }
// fixes core style clash that hides the banner on narrow screens
.custom-search-banner .welcome-banner__wrap .search-menu {
display: flex;
}