Text Logo on Mobile Size
Hi,
How do I change the size of the the text logo on mobile devices?
I tried adding this, but it doesn't work. It works in the browser inspector though.
@media only screen and (max-width: 959px) and (min-width: 768px)
h1, .text-logo #logo {
font-size: 15px !important;
line-height: 43px !important;
letter-spacing: 0px !important;
}
Comments