Skip to content

Instantly share code, notes, and snippets.

@zwacky
Last active August 29, 2015 14:07
Show Gist options
  • Save zwacky/b601c2995ee6d64e160c to your computer and use it in GitHub Desktop.
Save zwacky/b601c2995ee6d64e160c to your computer and use it in GitHub Desktop.
/* TINY DEVICES (tn) */
@media (max-width: 479px) {
}
/* EXTRA SMALL DEVICES (phones) */
@media (max-width: 767px) {
}
/* SMALL DEVICES (tablets) */
@media (min-width: 768px) and (max-width: 991px) {
}
/* MEDIUM DESKTOPS (desktops) */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* LARGE DESKTOPS (desktops) */
@media (min-width: 1200px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment