Hey there, I've got a few pages in my Ionic 2 app that contain an <ion-img>
inside an <ion-content padding>
like this:
<ion-content padding>
<p>Some text here....</p>
<p>Some other text here...</p>
<ion-img width="180" height="180" src="assets/images/goal.jpg"></ion-img>
<p>bottom text here...</p>
</ion-content>
I'm trying to figure out how to horizontally center the image, but I haven't had any luck with the CSS I've tried so far. Can anyone help me achieve that?