-
-
Save bicherele/3523739 to your computer and use it in GitHub Desktop.
Foundation 3 Case Study: Flite Retina
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
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { | |
#topnav { | |
#logo { | |
a { | |
background-image: url(/img/[email protected]); | |
background-size: 156px 22px; | |
} | |
} | |
} | |
.social { | |
&.linkedin { | |
background-image: url(/img/[email protected]); | |
background-size: 16px 16px; | |
} | |
&.twitter { | |
background-image: url(/img/[email protected]); | |
background-size: 24px 16px; | |
} | |
} | |
.graphic-campaign-goals { | |
background-image: url(/img/[email protected]); | |
background-size: 134px 44px; | |
} | |
.graphic-audience { | |
background-image: url(/img/[email protected]); | |
background-size: 134px 82px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment