Mobile site logo
-
I’m using the following CSS code to use a responsive logo on my page:
.logo {
max-width: 45% !important;
max-height: none !important;
}It works great on desktop but the logo is really small on mobile and I’d like to display it on smartphones with 100% width.
How can I achieve this while keeping desktop as it is?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Mobile site logo’ is closed to new replies.