'Minimum height for desktop - media query

I want to target horizontal mode tablet - but not desktop. What is the correct media query setting for that?



Solution 1:[1]

The usual width of tablet devices ranges from 768px to 1200px.

The minimum width of desktop devices is 1200px.

This table shows most common breakpoints for each type of device: enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Martin Lévai