Skip to content

Instantly share code, notes, and snippets.

@tomkrush
Created July 30, 2012 18:08
Show Gist options
  • Save tomkrush/3208771 to your computer and use it in GitHub Desktop.
Save tomkrush/3208771 to your computer and use it in GitHub Desktop.
Responsive CSS Template
@media only screen and (max-width: 959px) { /* iPad */
}
@media only screen and (max-width: 719px) { /* Kindle */
}
@media only screen and (max-width: 599px) { /* Wide Phone */
}
@media only screen and (max-width: 479px) { /* iPhone */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment