amend some style issues
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user