The logo resizes, and becomes slightly distorted both in windowed mode, when you make the browser small, and in the mobile version. How can I change this so that it remains sleek and nice?
Best regards
/Erik
Hi Sparrisen987!
Did you add some custom CSS?
.responsive .logo a, .responsive .logo img {
height: 80px !important;
margin: 0 auto;
max-height: 80px !important;
max-width: 100%;
}
Cheers!
Elliott
I didn’t add anything custom!
I had to change the px a little, but with 50 px, your code did it, thanks!