Skip to content

Instantly share code, notes, and snippets.

@spigotdesign
Created November 22, 2013 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spigotdesign/7602373 to your computer and use it in GitHub Desktop.
Save spigotdesign/7602373 to your computer and use it in GitHub Desktop.
#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/spigot-logo@2x.png);
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/spigot-logo-small@2x.png);
background-size: 90px 125px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment