Last active
December 17, 2015 14:39
-
-
Save SteAllan/5625755 to your computer and use it in GitHub Desktop.
A collection of useful 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 (-webkit-min-device-pixel-ratio: 1.3), | |
| (min-resolution: 124.8dpi) { | |
| /* Hi-res screen stuff here */ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment