I have a general question about media queries. The site I am working on has two responsive viewports:
- max-width: 414 px (iPhone) and
- max-width: 770px (iPad)
The style tags are written in that order in the css document. Because they are cascading, my iPad queries keep overriding my iPhone queries (and vice versa).
Is there a simple solution to this? It seems like I'm missing something really obvious.