Created
October 23, 2015 00:15
-
-
Save BurlesonBrad/85d75a1b081d18ebe8f4 to your computer and use it in GitHub Desktop.
steve
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
/* Howdy Steve. See down there where it says 250%? Add this code to your child style.css file */ | |
/* Once you've got this code added, change that number to whatever percentage you think looks good */ | |
.site-header .site-branding img, .site-header .site-logo-anchor img, .site-header .site-logo-link img { | |
height: auto; | |
max-width: 250%; | |
max-height: none; | |
} | |
/* End Custom Logo Size */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment