I have an issue with writing specific queries for iPad Pro and iPad which appear on google Chrome developer tools... I cant target iPad Pro e.g.
"and (min-device-width: 768px) and (max-device-width: 1024px)"
But it also happens to work for other resolutions like
"and (min-device-width: 1024px) and (max-device-width: 1366px)"
Does anybody have answer as to how I write different media query rules for different iPad sizes? Thanks a lot : )