Skip to content

Instantly share code, notes, and snippets.

@beacrea
Created January 20, 2014 00:25
Show Gist options
  • Save beacrea/8512909 to your computer and use it in GitHub Desktop.
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.
/* 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;
}
@tylermenezes
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment