High, how I can make smaller the logo in small devices? I'm using the the logo as "text-font" option that In-style theme has. but on iphone looks too big.
Hope you can help me.
@media (max-width: 800px) {
a.textLogo {
font-size: 50px;
}
}