I have two devices that I\'m testing site design with. Samsung Galaxy Nexus and Asus Nexus 7 tablet. I\'m having a really hard time figuring out how to target these individu
Following code worked for me to target Nexus7 tab.
/** Google Nexus7 (Landscape)**/ @media screen and (min-device-width : 601px) and (max-device-width :970px) {}
Don't forget to add the meta tag in your html. For example,
<meta name="viewport" content="width=device-width"/>