Created
November 22, 2013 16:09
-
-
Save spigotdesign/7602373 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
#site-title a { | |
@include hide-text; | |
display: block; | |
background: url(img/icons/spigot-logo.png) center center no-repeat; | |
width: 250px; | |
height: 100px; | |
position: relative; | |
top:5px; | |
left: -13px; | |
@include mq(retina) { | |
background-image: url(img/icons/[email protected]); | |
background-size: 250px 100px; | |
} | |
@include mq(690) { | |
background: url(img/icons/spigot-logo-small.png) center center no-repeat; | |
width: 90px; | |
height: 125px; | |
top: -3px; | |
left: -6px; | |
@include mq(retina) { | |
background-image: url(img/icons/[email protected]); | |
background-size: 90px 125px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment