Is there a way to increase the size of the button
and icon
in the following code:
<ion-card>
<ion-card-header>
Explore Nearby
</ion-card-header>
<ion-list>
<button ion-item style="font-size:20px">
<ion-icon name="cart" item-left style="font-size:20px"></ion-icon>
Shopping
</button>
<button ion-item style="font-size:20px">
<ion-icon name="medical" item-left style="font-size:20px"></ion-icon>
Hospital
</button>
<button ion-item style="font-size:20px">
<ion-icon name="cafe" item-left style="font-size:20px"></ion-icon>
Cafe
</button>
</ion-list>
</ion-card>