We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7708d14 commit 8ded9fdCopy full SHA for 8ded9fd
common/common.scss
@@ -90,3 +90,8 @@
90
padding: 2.5em var(--d-wrap-padding-h) 3em;
91
}
92
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