Created
January 20, 2014 00:25
-
-
Save beacrea/8512909 to your computer and use it in GitHub Desktop.
I noticed a visual bug in the hero of http://kansascity.codeday.org. Here is a proposed fix.
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
/* Line 553 of event.css, fixes spacing issue with your glyphicon being smashing up against the text */ | |
.hero.event header h2 .location a:before { | |
margin-right: 0.25em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks @beacrea! It's intentionally closer than 0.25em, but currently way too close. I'll update it to ~.15em, which seems to look best.