Why won't my desktop header logo resize?

On mobile I can resize my logo on the header but on desktop it doesn’t change . Please let me know if you got a fix .

Hey @cureblame

Share your Store URL and Password if enabled.

Best Regards,

Moeed

You can change the size of the logo by adding your value to max-width in this class.

add This css in your edit code > base.cs File

@media screen and (max-width:767px){
   .header__heading-logo-wrapper img {
      max-width: 100%;
   }
}