Seeking assistance on media queries for my website. It currently has two responsive viewports:
- max-width: 414 px (iPhone) and
- max-width: 770px (iPad)
While the style tags are in the correct order in the css document, the cascading nature is causing my iPad queries to override my iPhone queries (and vice versa).
Is there a straightforward solution to this issue? It feels like I must be overlooking something obvious.