hi there
how can i set the height of the col / row?
I have this code:
<ion-view title="About Ionic">
<ion-content padding="true">
<div class="row">
<div class="col mygrid">Wetter</div>
</div>
<div class="row">
<div class="col mygrid">Wind</div>
</div>
</ion-content>
</ion-view>
what i want is to split the content into 50/50% areas for the height - not the width.
any tips?
thanks
isa