Procházet zdrojové kódy

✨ feat(IGAL-EST): ajustar responsividade na SectionPartnership

Ester Carvalho před 2 dny
rodič
revize
6bf6b8f9fc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/components/SectionPartnership.vue

+ 1 - 1
app/components/SectionPartnership.vue

@@ -13,7 +13,7 @@
       </p>
     </div>
     
-    <div class="grid sm:grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-5">
+    <div class="grid grid-cols-1 md:grid-cols-2 xl:grid-cols-4 gap-5">
       <PartnershipCard
         v-for="(card, index) in cards"
         :key="index"