chg: reduce discover button size and hide suffix on small screens (< 430px)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user