Fix styling on superscript elements

This commit is contained in:
Sam Whited 2020-11-21 14:20:38 -05:00
parent 2443afbd17
commit 9a4760453d
1 changed files with 4 additions and 2 deletions

View File

@ -942,14 +942,16 @@
}
sub,
sup {
sup,
.super {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
sup,
.super {
top: -0.5em;
}