This is my media query for resolution with width of 1280 pixels:
@media (min-width: 1270px) and (max-width: 1280px)
When I want to use seperate query for height like this:
@media (min-width: 1270px) and (max-height: 960px)
It doesn't work. It's not showing even in the developer tools in chrome. Can I get some suggestions?