FIX few footer adjust
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-09-04 18:40:01 +02:00
parent d68241e494
commit 341ab5e63e
2 changed files with 13 additions and 6 deletions

View File

@ -8,10 +8,12 @@ footer {
.branding {
@apply w-full mb-12 grid relative mt-24 md:mt-32 xl:mt-48;
z-index: -1;
.square,
/* .square,
.rectangle-rotated {
z-index: -1;
}
} */
.square,
.rectangle-rotated,
.circle,
.rectangle-vertical {
z-index: -3;
@ -78,6 +80,11 @@ footer {
.social-networks-links {
@apply flex gap-2;
.social-link {
&:after {
@apply !content-none;
}
}
.social-icon {
@apply w-full h-auto;

View File

@ -63,16 +63,16 @@
<ul class="social-networks-links">
<li>
<a class="social-link" title="<?php echo __('Facebook', "carhop") ?>" href="<?php "https://www.facebook.com/p/Carhop-asbl-100064324346403/" ?>">
<a class="social-link" title="<?php echo __('Facebook', "carhop") ?>" href="<?php echo "https://www.facebook.com/p/Carhop-asbl-100064324346403" ?>" target="_blank">
<img class="social-icon" src="<?php echo get_template_directory_uri() . '/resources/img/icons/carhop-social-facebook.svg' ?>" alt="">
</a>
</li>
<li>
<a class="social-link" title="<?php echo __('Youtube', "carhop") ?>" href="<?php echo "https://www.youtube.com/channel/UC-PTbzaC0tlrShZE4l8Z2zA" ?>">
<a class="social-link" title="<?php echo __('Youtube', "carhop") ?>" href="<?php echo "https://www.youtube.com/channel/UC-PTbzaC0tlrShZE4l8Z2zA" ?>" target="_blank">
<img class="social-icon" src=" <?php echo get_template_directory_uri() . '/resources/img/icons/carhop-social-youtube.svg' ?>" alt="">
</a>
</li>
<li>
<!-- <li>
<a class="social-link" title="<?php echo __('Instagram', "carhop") ?>" href="<?php "https://www.instagram.com/carhop.asbl/" ?>">
<img class="social-icon" src="<?php echo get_template_directory_uri() . '/resources/img/icons/carhop-social-instagram.svg' ?>" alt="">
</a>
@ -81,7 +81,7 @@
<a class="social-link" title="<?php echo __('TikTok', "carhop") ?>" href="<?php echo "https://www.tiktok.com/@carhop.asbl" ?>">
<img class="social-icon" src=" <?php echo get_template_directory_uri() . '/resources/img/icons/carhop-social-tiktok.svg' ?>" alt="">
</a>
</li>
</li> -->
</ul>
</li>