How can I enlarge my logo size on mobile view?

@HEALINGANDHER try this

@media screen and (max-width:749px){
.header{grid-template-columns: auto 2fr auto;}
.header__icons .header__icon, .header__icon--cart .icon {width: auto;}
}