FEATURE Refining aspect
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-10-15 11:45:12 +02:00
parent 477376af4d
commit 999dd1a55d
2 changed files with 9 additions and 12 deletions

View File

@ -2,6 +2,10 @@
&__page-header {
@apply bg-primary text-white py-16;
&__title {
@apply text-2xl font-normal uppercase;
}
.inner {
@apply max-w-7xl mx-auto;
}

View File

@ -4,19 +4,12 @@
<section class="search-results-page__page-header">
<div class="inner">
<div class="search-results-page__page-header__content__titling">
<p>Rechercher</p>
<h1 class="section_titling__title">
<?php echo __("Résultats de recherche pour : ", "homegrade-theme__texte-fonctionnel") ?>
<p class="search-results-page__page-header__subtitle title-small">Rechercher</p>
<h1 class="search-results-page__page-header__title">
<?php echo __("Résultats de recherche pour : ", "carhop") ?>
<span class="search-results-page__current-term">« <?php echo get_search_query(); ?> »</span>
</h1>
</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>