Can't seem to remove padding underneath image

I’m trying to add in an image into ion-content, essentially as a top banner, but there’s some pesky padding that’s added below it that I just can’t seem to remove. This codepen demonstrates what I’m talking about https://codepen.io/anon/pen/LkvObV. I want to remove the spacing between the bottom of the image and the “Settings” item-divider. Anyone know how? I’ve tried using padding/margin properties in css to no success.

Found the fix. Just added display:block; to the image and it removed the spacing