html5 - How to code the styles for the portrait only in the kindle fire device? -
how code styles portrait in kindle fire device? please advise.
@media screen , (max-width: 800px) , (orientation : portrait) , (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5){ /* portrait: kindle fire hd 7 */ }
refer this more device related media queries.
Comments
Post a Comment