FEATURE adding fwb logo and mention on footer
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-11-20 10:22:41 +01:00
parent e6c187aa4c
commit 0771781f9e
3 changed files with 5 additions and 4 deletions

View File

@ -66,11 +66,11 @@ footer {
.soutien-fwb { .soutien-fwb {
p { p {
@apply text-primary text-xs tracking-wider font-bold uppercase pb-4; @apply text-primary text-xs tracking-wider font-bold uppercase mb-8;
} }
img { img {
@apply w-24 h-24 object-contain; @apply w-52 max-w-full h-auto object-contain;
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -78,8 +78,9 @@
<?php echo carhop_display_social_links(); ?> <?php echo carhop_display_social_links(); ?>
</li> </li>
<li class="soutien-fwb"> <li class="soutien-fwb">
<p>Avec le soutien de </p> <!-- <p>Avec le soutien de </p> -->
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/elements/FWB_logo_RVB.webp" alt="Logo de la Fédération Wallonie-Bruxelles"> <h3 class="section-title">Avec le soutien de</h3>
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/elements/FWB_logo_RVB_noir.webp" alt="Logo de la Fédération Wallonie-Bruxelles">
</li> </li>
</ul> </ul>