Changing Header Logo for Mobile on Dawn Theme

I am using the Dawn theme, and my current logo which works great for my desktop version is tiny on my mobile version. I have an alt logo that would work better for mobile as long as it’s not tiny as well. I would like to know how to change it just for the mobile version.

my website is retrokingstonmerch.ca

password: skidra

@SteveT2112 - site not opening, but you can check customize settings and check if you have a mobile logo option in header settings?

@suyash1 I finally got the site working if you could take a look, there is no mobile header option. Thank you!

@SteveT2112 - try this css by adding it to the very end of base.css file, it will make it little bigger

@media screen and (max-width:749px){
.header {grid-template-columns: 1fr 3fr 1fr;}
}

Hi, @suyash1 thank you for your response. Unfortunately, this code isn’t changing the size of the header image on mobile.