Can't make CSS code work on mobile.
-
I am trying to change the line height from 2 to 1 for h1, h2 and h3 for mobile portrait mobile devices. This is the code I am adding to css, but the change is not showing on mobile. What am I missing?
@media only screen and (max-width: 480px) {
h1 h2 h3 { font-family: Montserrat; font-size: 24px; color: #186396; line-height: 1; }
}My site: thesweetdigitallife.com
Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Can't make CSS code work on mobile.’ is closed to new replies.