Answer the question
In order to leave comments, you need to log in
@media doesn't work on phone, (min-width: 480px) and (max-width: 720px) - phone resolution is 720 width, what is it?
@media (min-width: 480px) and (max-width: 720px) {
h1 {
color: red;
}
}
Answer the question
In order to leave comments, you need to log in
This means that the screen width for the browser on your phone is <480px.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question