Skip to content

Instantly share code, notes, and snippets.

View slamkajs's full-sized avatar

Justin Slamka slamkajs

  • Independent
  • PIttsburgh, PA
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 */
}