Skip to content

Instantly share code, notes, and snippets.

@Vesely
Created July 13, 2016 15:21
Show Gist options
  • Save Vesely/3e206b4c84c18ecc998131c25a21dd62 to your computer and use it in GitHub Desktop.
Save Vesely/3e206b4c84c18ecc998131c25a21dd62 to your computer and use it in GitHub Desktop.
My css breakpoints (media queries)
@media (max-width: 1240px) {
}
@media (max-width: 960px) {
}
@media (max-width: 880px) {
}
@media (max-width: 680px) {
}
@media (max-width: 600px) {
}
@media (max-width: 540px) {
}
@media (max-width: 500px) {
}
@media (max-width: 400px) {
}
@media (max-width: 330px) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment