B
B
Blackmilk42019-01-10 13:00:52
JavaScript
Blackmilk4, 2019-01-10 13:00:52

Why doesn't @media query work in Safari?

The media request (max-width: 700px) works everywhere except Safari, who knows what the problem is?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Egor Ogurtsov, 2016-04-11
@mrdubz

Here, I put it !

P
profesor08, 2019-01-10
@profesor08

@media (max-width: 700px) {
  ...
}

If it doesn’t work, then your rule most likely doesn’t work, or you didn’t write what you expect, confusing min / max for example. But an example of non-working code would clarify the situation.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question