Size of logo in mobile view

Hello!
If you go to http://dev.karateberkeley.com and view the site on a phone, the logo looks really small. Any way to have it appear larger in mobile?

Thanks,
Allyson

Comments

  • Hi Allyson,

    this is how scale-with-grid works so images looks properly on all devices. But if you really want to increase logo, then please use below css but remember that after that responsive menu will overlap logo.
    @media only screen and (max-width: 479px) { #Top_bar .logo #logo { padding: 0 !important; } }
Sign In or Register to comment.