Skip to content

Instantly share code, notes, and snippets.

@fernandiez
Created February 24, 2017 12:03
Show Gist options
  • Save fernandiez/1135354d4c67ac97fcb2784e1e4e18de to your computer and use it in GitHub Desktop.
Save fernandiez/1135354d4c67ac97fcb2784e1e4e18de to your computer and use it in GitHub Desktop.
Genesis Logo Before Site Title
.site-title a::before {
background-image: url(logo.png);
background-size: 46px 26px;
background-repeat: no-repeat;
display: inline-block;
width: 46px;
height: 26px;
content: "";
margin-right: 18px;
margin-bottom: -2px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment