This commit is contained in:
Jordan Vidrine 2025-04-24 12:43:24 -05:00 committed by GitHub
parent 821e8f0146
commit 69872897e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -58,6 +58,10 @@
} }
} }
h1 {
text-align: center;
}
.btn.search-icon.has-search-button-text { .btn.search-icon.has-search-button-text {
margin-left: 0.5em; margin-left: 0.5em;
column-gap: 0.5em; column-gap: 0.5em;

View File

@ -8,7 +8,7 @@
{{did-insert this.didInsert}} {{did-insert this.didInsert}}
{{will-destroy this.willDestroy}} {{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> <h1>{{html-safe (theme-i18n "search_banner.headline")}}</h1>
<PluginOutlet @name="search-banner-below-headline" /> <PluginOutlet @name="search-banner-below-headline" />
<p>{{html-safe (theme-i18n "search_banner.subhead")}}</p> <p>{{html-safe (theme-i18n "search_banner.subhead")}}</p>