Skip to content

Instantly share code, notes, and snippets.

@jamesmosier
jamesmosier / README.md
Last active August 29, 2015 14:19 — forked from erwaller/README.md
// Mobile First
@media screen and (min-width: 321px) { // iPhone landscape
}
@media screen and (min-width: 481px) { // iPad portrait
}