Explorar o código

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

Ester Carvalho hai 3 días
pai
achega
6bf6b8f9fc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"