I need to write specific styles for Amazon Fire HD 10. So far I have wrote specific styles for other versions. Ex: Fire HD 7, Fire HD 8 like. Following is my current media query code.
@media only screen
and (max-device-width: 1280px)
and (max-device-height: 800px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1)
But this codes not working for the Amazon Fire HD 10
. How can I write Amazon Fire HD 10
specific styles..? How can I target that only..?