Created
July 13, 2016 15:21
-
-
Save Vesely/3e206b4c84c18ecc998131c25a21dd62 to your computer and use it in GitHub Desktop.
My css breakpoints (media queries)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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