Skip to content

Instantly share code, notes, and snippets.

@elliotforbes
Created November 4, 2015 20:43
Show Gist options
  • Save elliotforbes/5f58d1d5ba63e300d6c5 to your computer and use it in GitHub Desktop.
Save elliotforbes/5f58d1d5ba63e300d6c5 to your computer and use it in GitHub Desktop.
// phones and other small devices
@media (min-width: 34em) { … }
// tablets and phablets
@media (min-width: 48em) { … }
// large devices like desktops
@media (min-width: 62em) { … }
// for the big screened desktops
@media (min-width: 75em) { … }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment