Skip to content

Commit 6987289

Browse files
fix (#91)
1 parent 821e8f0 commit 6987289

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

common/common.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@
5858
}
5959
}
6060

61+
h1 {
62+
text-align: center;
63+
}
64+
6165
.btn.search-icon.has-search-button-text {
6266
margin-left: 0.5em;
6367
column-gap: 0.5em;

javascripts/discourse/components/search-banner.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{{did-insert this.didInsert}}
99
{{will-destroy this.willDestroy}}
1010
>
11-
<div class="custom-search-banner-wrap welcome-banner__wrap">
11+
<div class="wrap custom-search-banner-wrap welcome-banner__wrap">
1212
<h1>{{html-safe (theme-i18n "search_banner.headline")}}</h1>
1313
<PluginOutlet @name="search-banner-below-headline" />
1414
<p>{{html-safe (theme-i18n "search_banner.subhead")}}</p>

0 commit comments

Comments
 (0)