Fix leading for super and subscript in the article view

This commit is contained in:
Phil Dokas 2019-10-08 22:15:49 -07:00
parent f7637b0fe7
commit 31c1dc40e3
1 changed files with 12 additions and 0 deletions

View File

@ -140,6 +140,18 @@ figcaption {
line-height: 1.3em;
}
sup {
vertical-align: top;
position: relative;
bottom: 0.2rem;
}
sub {
vertical-align: bottom;
position: relative;
top: 0.2rem;
}
.iframeWrap {
position: relative;
display: block;