FEATURE Refining aspect
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
477376af4d
commit
999dd1a55d
|
|
@ -2,6 +2,10 @@
|
||||||
&__page-header {
|
&__page-header {
|
||||||
@apply bg-primary text-white py-16;
|
@apply bg-primary text-white py-16;
|
||||||
|
|
||||||
|
&__title {
|
||||||
|
@apply text-2xl font-normal uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
.inner {
|
.inner {
|
||||||
@apply max-w-7xl mx-auto;
|
@apply max-w-7xl mx-auto;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
13
search.php
13
search.php
|
|
@ -4,19 +4,12 @@
|
||||||
|
|
||||||
<section class="search-results-page__page-header">
|
<section class="search-results-page__page-header">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
|
<p class="search-results-page__page-header__subtitle title-small">Rechercher</p>
|
||||||
|
<h1 class="search-results-page__page-header__title">
|
||||||
<div class="search-results-page__page-header__content__titling">
|
<?php echo __("Résultats de recherche pour : ", "carhop") ?>
|
||||||
<p>Rechercher</p>
|
|
||||||
<h1 class="section_titling__title">
|
|
||||||
<?php echo __("Résultats de recherche pour : ", "homegrade-theme__texte-fonctionnel") ?>
|
|
||||||
<span class="search-results-page__current-term">« <?php echo get_search_query(); ?> »</span>
|
<span class="search-results-page__current-term">« <?php echo get_search_query(); ?> »</span>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<img decoding="async" class="block-content-page-header__page-icon" src="<?php echo get_template_directory_uri() . "/resources/img/illustrations/homegrade_rechercher.svg" ?>" alt="">
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user