I have these two but they are not working. I\'m simulating in Chrome
/* Landscape*/ @media only screen and (min-device-width: 1024px) and (max-devic
I can't guarantee that this will work for every new iPad Pro which will be released but this works pretty well as of 2019:
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) { /* ... */ }