don't let sub/superscripts affect line height

This commit is contained in:
Brian S. Stephan 2021-02-11 18:53:57 -06:00
parent 07031fe667
commit 56eb767e33
1 changed files with 9 additions and 0 deletions

View File

@ -84,6 +84,15 @@ div.content {
line-height: 1.4em;
}
sup, sub {
vertical-align: baseline;
position: relative;
top: -0.4em;
}
sub {
top: 0.4em;
}
footer {
display: block;
font-size: 75%;