media query device in landscape code example
Example: media query for mobile landscape only
@media screen and (orientation:landscape) and
(min-device-width: 320px) and (max-device-width: 450px) {
/* Input Styles */
}
@media screen and (orientation:landscape) and
(min-device-width: 320px) and (max-device-width: 450px) {
/* Input Styles */
}