i want some features to apply to a page when for example the minimum width of the screen is 1025px and when a mobile device is rotated horizontally. i'm tryng with this media queries, am i doing wrong?
i want some features to apply to a page when for example the minimum width of the screen is 1025px and when a mobile device is rotated horizontally. i'm tryng with this media queries, am i doing wrong?
@media (min-width: 1025px) or (orientation: landscape) {...}