chg: reduce discover button size and hide suffix on small screens (< 430px)
This commit is contained in:
@@ -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