Hi @echosadmn Iam sorry for delay, Can you add again code in the end file base.css:
@media screen and (min-width: 768px) {
.header__heading-logo {
height: 150px !important;
width: 250px !important;
}
}
@media screen and (max-width: 767px) {
.header__heading-logo {
height: 150px !important;
}
}
Thank you so much.