Skip to content

Instantly share code, notes, and snippets.

View emekdahl's full-sized avatar

Emily Ekdahl emekdahl

View GitHub Profile
/*
* Author: http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries/
*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
}