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 821e8f0 commit 6987289Copy full SHA for 6987289
common/common.scss
@@ -58,6 +58,10 @@
58
}
59
60
61
+ h1 {
62
+ text-align: center;
63
+ }
64
+
65
.btn.search-icon.has-search-button-text {
66
margin-left: 0.5em;
67
column-gap: 0.5em;
javascripts/discourse/components/search-banner.hbs
@@ -8,7 +8,7 @@
8
{{did-insert this.didInsert}}
9
{{will-destroy this.willDestroy}}
10
>
11
- <div class="custom-search-banner-wrap welcome-banner__wrap">
+ <div class="wrap custom-search-banner-wrap welcome-banner__wrap">
12
<h1>{{html-safe (theme-i18n "search_banner.headline")}}</h1>
13
<PluginOutlet @name="search-banner-below-headline" />
14
<p>{{html-safe (theme-i18n "search_banner.subhead")}}</p>
0 commit comments