fix: fix alignment for <rt> and <em> font-face

Fixes #32 #37
This commit is contained in:
Sivan 2020-11-02 14:34:34 +08:00
parent 89760aca6a
commit 2ef37ac30d
4 changed files with 10 additions and 4 deletions

View file

@ -31,7 +31,9 @@
rt {
display: inline;
line-height: 0.5;
margin-bottom: -0.25em;
line-height: 1;
text-align: center;
}
}
}