RESPONSIVE FIX Mobile brand menu
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
befc0b6153
commit
718df5ec1c
|
|
@ -28,6 +28,7 @@
|
|||
.tools-container {
|
||||
@apply flex w-fit gap-2;
|
||||
|
||||
.support-button,
|
||||
.search-button,
|
||||
.subscribe-button {
|
||||
@apply w-6 h-6 border-2 flex border-white rounded-full p-2 justify-center items-center shrink-0;
|
||||
|
|
|
|||
|
|
@ -22,10 +22,13 @@
|
|||
<div class="tools-container">
|
||||
<button class="search-button">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/carhop-rechercher.svg" alt="Rechercher">
|
||||
|
||||
</button>
|
||||
<a class="subscribe-button" href="<?php echo home_url(); ?>/infolettre">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/carhop-abonner.svg" alt="S’abonner">
|
||||
<?php
|
||||
$soutenir_page_id = 1963
|
||||
|
||||
?>
|
||||
<a class="support-button" href="<?php echo get_the_permalink($soutenir_page_id); ?>">
|
||||
<img src="<?php echo get_template_directory_uri(); ?>/resources/img/icons/carhop-soutenir.svg" alt="Soutenir">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user