Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* retina query */
- @media only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:991.98px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:991.98px),only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:991.98px),only screen and (min-device-pixel-ratio:2) and (max-width:991.98px),only screen and (min-resolution:192dpi) and (max-width:991.98px),only screen and (min-resolution:2dppx) and (max-width:991.98px){
- .standard-logo{
- display: none;
- }
- a.retina-logo{
- display: inline-block;
- }
- }
- @media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){
- .standard-logo{
- display: none;
- }
- a.retina-logo{
- display: inline-block;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement