The logo is too big on mobile with the Dawn theme

My shop is currently using the Dawn theme. The size of the logo is good on PC, but it is too big on mobile. What can I do to resize the logo ONLY on the mobile view?

Hi @miakujo

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the base.css file:
@media screen and (max-width: 545px) {

.header__heading-logo {width: 85% !important;}

}

Note: You can resize the logo yourself to change the width.

Regards,

San

Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.