Hello, I'm trying to make the logo fit properly on mobile (right now it's too big and it gets cut off). Here i the website: http://happytask.org/.
Please advise
@media (max-width: 600px) {
.imageBg #gkLogo.cssLogo {
background-image: url(../images/style1/logo_small.png);
}
}
@media (max-width: 440px) {
#gkLogo.cssLogo {
width: 200px;
}
}