<div class="card">
<div class="item item-text-wrap item-icon-right">
<i class = ion icon-example ....>{{groceries}}</i>
Card content xyz
</div>
</div>
My question relates to the spacing between 2 or more cards in a vertical list.
I tried using css by tweaking margin-top or bottom, padding and background-size but nothing seems to work?
I have also an enlarged icon where inside is a text that displays the number of groceries.
Would cards be better or inset lists? I read inset-list is better if individual card(s) are heavy on content.
My card content is light but there would be many cards in the list.