Created
May 6, 2014 06:37
-
-
Save trkoehler/292a71c5f8418749346e to your computer and use it in GitHub Desktop.
This file contains 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
.logo { | |
width: 204px; | |
height: 100px; | |
background: url('/img/logo.png'); | |
} | |
@media | |
(-o-min-device-pixel-ratio: 5/4), | |
(-webkit-min-device-pixel-ratio: 1.25), | |
(min-resolution: 120dpi) { | |
.logo { | |
background: url('/img/[email protected]'); | |
background-size: 100%; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment