chg: reduce discover button size and hide suffix on small screens (< 430px)

This commit is contained in:
Valentin Lab
2026-03-27 13:36:36 +01:00
parent f27a7ef8e6
commit 8d94c038ad
2 changed files with 8 additions and 2 deletions

View File

@@ -449,4 +449,10 @@ div.megamenu ul.megamenu li.megamenu.level1
.shelve-title {
font-size: 1.4em;
}
.shelve-btn {
font-size: 0.8em;
}
.shelve-btn-suffix {
display: none;
}
}

View File

@@ -6,8 +6,8 @@
</div>
<div class="col-6 text-right">
<a href="{{ route('Shop.Categories.show', ['id' => $shelve['id']]) }}"
class="mt-2 mr-2 btn btn-green-dark">
Découvrir la sélection
class="mt-2 mr-2 btn btn-green-dark shelve-btn">
Découvrir<span class="shelve-btn-suffix"> la sélection</span>
</a>
<!--
<a class="mt-2 green-dark btn" href="{{ route('Shop.Categories.show', ['id' => $shelve['id']]) }}">Tout