Created
February 24, 2017 12:03
-
-
Save fernandiez/1135354d4c67ac97fcb2784e1e4e18de to your computer and use it in GitHub Desktop.
Genesis Logo Before Site Title
This file contains hidden or 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::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