Answer the question
In order to leave comments, you need to log in
Why doesn't @media queries work in Safari?
The bottom line is, Safari for some reason does not accept media requests, for example:
.box {
width: 50%;
}
@media screen and (min-width: 640px), {
.box {
width: 25%;
}
}
Answer the question
In order to leave comments, you need to log in
media screen and (min-width: 640px), - why is there a comma at the end?
Thanks Sergey , this solved the problem. I don't even know how the comma appeared there...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question