How can I get the logo to not be stretched in mobile view?
I added this but it does not seem to work
@media only screen and (max-width: 767px)
.responsive .logo img, .responsive .logo svg {
height: 80px !important;
width: 120px !important;
}