In use a logo type from css.
But this logo is not responsive. So I can only use a very small logo
for mobile/smartphone. If I use a bigger logo, or more space at
the css, the logo is to long for mobile version.
Have any a solution for my problem?
@media (max-width: 320px){
{
#gkLogo {width: 100px;}
}
}
@media (max-width: 640px){
{
#gkLogo {width: 200px;}
}
}
#gkLogo {
height: auto;
margin-right: 10px;
max-width: 471px;
width: 75%;
}