fix (#91)
This commit is contained in:
parent
821e8f0146
commit
69872897e6
|
|
@ -58,6 +58,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.btn.search-icon.has-search-button-text {
|
||||
margin-left: 0.5em;
|
||||
column-gap: 0.5em;
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
{{did-insert this.didInsert}}
|
||||
{{will-destroy this.willDestroy}}
|
||||
>
|
||||
<div class="custom-search-banner-wrap welcome-banner__wrap">
|
||||
<div class="wrap custom-search-banner-wrap welcome-banner__wrap">
|
||||
<h1>{{html-safe (theme-i18n "search_banner.headline")}}</h1>
|
||||
<PluginOutlet @name="search-banner-below-headline" />
|
||||
<p>{{html-safe (theme-i18n "search_banner.subhead")}}</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue