Fix line-height w/ superscripts

This commit is contained in:
David Eisinger
2023-04-04 11:59:12 -04:00
parent 815a340915
commit d0f7d166b2

View File

@@ -47,6 +47,10 @@ footer {
}
}
sup {
line-height: 0;
}
.nowrap {
white-space: nowrap;
}