Hi,
http://streffa.com/www/
How to set logotype to responsible size on mobiles? On desktop view is ok, but in mobile it covers "STREFFA FIGHT TEAM" title.
@media only screen and (max-width:600px) {
#gkLogo {
margin: 0;
width: 70px;
}
}