I'm looking for a way to align the text of the card component in ionic. How to do this?
<div class="card">
<div class="item item-image">
<img ng-src={{imagem}} id="smallimage">
</div>
<div class="item item-divider">
{{nome}}
</div>
</div>