Header image skewed on mobile site

my website is golfballshack.com

on desktop, the header looks the way I want it to after doing some css editing. however, the header image is much differently place, I was hoping someone could help me fix this

Hi @finder17

Try to give a min height to the header image using this css code:

.header-image {
   min-height: 184px;
}

Replace the values with your desired values.

Thanks,

Cristian