amend some style issues

This commit is contained in:
María
2025-10-03 15:19:23 +02:00
parent c5ba92ab21
commit f5f4f4529a
16 changed files with 88 additions and 56 deletions

View File

@@ -28,6 +28,7 @@
</div>
</section>
<div v-if="companyList && companyList.length" class="cards-section">
{{ companyList.length }} entidades encontradas
<section class="cards-grid">
<article v-for="(coop, index) in companyList" :key="index">
<CoopCard :coop="coop" />