diff --git a/common/common.scss b/common/common.scss index 0cfe0f3..6c07d87 100644 --- a/common/common.scss +++ b/common/common.scss @@ -58,6 +58,10 @@ } } + h1 { + text-align: center; + } + .btn.search-icon.has-search-button-text { margin-left: 0.5em; column-gap: 0.5em; diff --git a/javascripts/discourse/components/search-banner.hbs b/javascripts/discourse/components/search-banner.hbs index 2327089..075a6b2 100644 --- a/javascripts/discourse/components/search-banner.hbs +++ b/javascripts/discourse/components/search-banner.hbs @@ -8,7 +8,7 @@ {{did-insert this.didInsert}} {{will-destroy this.willDestroy}} > -
+

{{html-safe (theme-i18n "search_banner.headline")}}

{{html-safe (theme-i18n "search_banner.subhead")}}