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 .
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%;
}
}