responsive review

This commit is contained in:
María
2025-10-07 13:09:10 +02:00
parent b945bf0673
commit 2784c9c1bf
10 changed files with 76 additions and 37 deletions

View File

@@ -28,7 +28,6 @@
</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" />
@@ -134,6 +133,10 @@ export default {
width: 100%;
padding: 4rem;
@media (max-width: 768px) {
padding: 2rem;
width: 100%;
}
// responsive breakpoints
grid-template-columns: 1fr;