Okay
  Public Ticket #369495
larger logo on mobile
Closed

Comments

  •  1
    Mark started the conversation

    The logo looks good (the right size) on the website on my laptop but when I look at it on my mobile phone it is so small. Is there a way to specify a slightly larger logo for mobile.

  •  1
    Mark replied

    I found another ticket where you answered it so I am good to go:


    @media only screen and (max-width: 1000px) and (min-width: 1px) {

    body header#top #logo img {

    height: 50px!important;

    margin-top: -13px!important;

    }

    }