I have tried to find media query (aspect ratio Media query for nexus 6). but did't find anywhere. if anyone can help me in this matter then let me know.
i also tried to create ratio according to width/height by using this link (http://andrew.hedges.name/experiments/aspect_ratio/) but it's not working for me.
Thanks in advance.
Since you want the aspect ratio, you just write the dimensions of it like this:
@media screen and (device-aspect-ratio: 435/773) { }