Skip to content

Instantly share code, notes, and snippets.

@szpakoli
Created August 22, 2013 16:34
Show Gist options
  • Save szpakoli/6309621 to your computer and use it in GitHub Desktop.
Save szpakoli/6309621 to your computer and use it in GitHub Desktop.
sup line-height fix: Fix the line-height gap that the default sup tag creates.
sup{
vertical-align: top;
font-size: 0.8em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment