Currently working on a responsive design website. I use media query for targeting different devices based on the width and screen resolution.
I have a scena
According to older measurement by Quircksmode http://quirksmode.org/tablets.html
@media screen and (min-width: 37em) { }
however, this doesn't work best for newer tablets I guess, since my phone has 37em or more.
What about:
@media screen and (min-width: 42em) { }