Skip to content

Instantly share code, notes, and snippets.

@chicchera
Created April 9, 2014 12:11
Show Gist options
  • Save chicchera/10262088 to your computer and use it in GitHub Desktop.
Save chicchera/10262088 to your computer and use it in GitHub Desktop.
css: Prevent Superscripts and Subscripts from Affecting Line-Height
sup, sub {
vertical-align: baseline;
position: relative;
top: -0.4em;
}
sub { top: 0.4em; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment