Skip to content

Instantly share code, notes, and snippets.

@metaNick
metaNick / CSS3 media queries
Created May 8, 2012 16:18
Boilerplate CSS Media Queries
/* Credit to Paulund http://www.paulund.co.uk/boilerplate-css-media-queries */
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 480px) {
/* Styles */
}
/* Smartphones (landscape) ----------- */
@metaNick
metaNick / mobile-meta-links.html
Created May 8, 2012 16:09 — forked from adrianherritt/mobile-meta-links.html
iOS Web App Configuration