Prevent Superscripts and Subscripts from Affecting Line-Height

Chris Coyier on Updated on
sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}