Skip to content

Instantly share code, notes, and snippets.

View nwwells's full-sized avatar

Nathan Wells nwwells

View GitHub Profile
@nwwells
nwwells / mq.css
Created October 3, 2012 20:28 — forked from chriscoyier/mq.css
@media only screen and (min-width: 320px) {
/* Small screen, non-retina */
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px),
only screen and ( min--moz-device-pixel-ratio: 2) and (min-width: 320px),
only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-width: 320px),