Created
June 23, 2014 10:15
-
-
Save Ahrengot/000ce258f9f0a24b7d24 to your computer and use it in GitHub Desktop.
pixel-based min-max 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 (min-width: 480px) and (max-width: 767px) { | |
| // Do something | |
| } | |
| @media (min-width: 768px) { | |
| // Do something else | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment