feat(catalogue.twig): Ajuste la position des filtres et ajoute des espaces.

This commit is contained in:
Serreau Jovann
2026-01-30 18:29:13 +01:00
parent 02b20ecd3e
commit 4227c3d3b0

View File

@@ -30,7 +30,7 @@
</div> </div>
{# --- FILTRES --- #} {# --- FILTRES --- #}
<div class="sticky top-0 z-40 bg-gray-50/90 backdrop-blur-md border-b border-slate-200 mb-12" data-aos="fade-in" data-aos-delay="200"> <div class="sticky top-0 z-20 bg-gray-50/90 backdrop-blur-md border-b border-slate-200 mb-12" data-aos="fade-in" data-aos-delay="200">
<div class="max-w-7xl mx-auto px-4 py-4"> <div class="max-w-7xl mx-auto px-4 py-4">
<div class="flex flex-wrap justify-center gap-2 md:gap-3"> <div class="flex flex-wrap justify-center gap-2 md:gap-3">
<button data-filter="all" class="filter-btn px-5 py-2.5 rounded-xl font-black italic text-[9px] tracking-widest transition-all uppercase shadow-sm bg-slate-900 text-white border border-slate-900"> <button data-filter="all" class="filter-btn px-5 py-2.5 rounded-xl font-black italic text-[9px] tracking-widest transition-all uppercase shadow-sm bg-slate-900 text-white border border-slate-900">
@@ -136,4 +136,4 @@
</div> </div>
</div> </div>
</div> </div>
{% endblock %} {% endblock %}