Undo normalize.css hack for own-line subscript and superscript tags

This commit is contained in:
byte[] 2022-01-20 19:54:34 -05:00
parent ce5405c670
commit 18d385283b

View file

@ -27,6 +27,15 @@ body {
line-height: 1.15;
}
/* normalize.css breakage */
sup, sub {
line-height: 1.15em;
}
sub {
bottom: -0.15em;
}
h1, h2, h3, h4, h5 {
font-weight: normal;
text-rendering: optimizeLegibility;