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 {
|
||||
@apply bg-primary text-white py-16;
|
||||
|
||||
&__title {
|
||||
@apply text-2xl font-normal uppercase;
|
||||
}
|
||||
|
||||
.inner {
|
||||
@apply max-w-7xl mx-auto;
|
||||
}
|
||||
|
|
|
|||
17
search.php
17
search.php
|
|
@ -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") ?>
|
||||
<span class="search-results-page__current-term">« <?php echo get_search_query(); ?> »</span>
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user