Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
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;
}