Skip to content

Instantly share code, notes, and snippets.

@jbd91
Last active April 19, 2018 16:28
Show Gist options
  • Select an option

  • Save jbd91/5c7f3b78b73eb01b0b66b4dfecfe936d to your computer and use it in GitHub Desktop.

Select an option

Save jbd91/5c7f3b78b73eb01b0b66b4dfecfe936d to your computer and use it in GitHub Desktop.
Media Queries
@media screen and (max-width: 1800px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 600px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment