diff --git a/static/css/typography.css b/static/css/typography.css index 5901591..9803b4b 100644 --- a/static/css/typography.css +++ b/static/css/typography.css @@ -153,3 +153,13 @@ hr:after { color: var(--bright-bg); } +/* Prevent super/sub from affecting line height */ +sup, sub { + vertical-align: baseline; + position: relative; + top: -0.25rem; + font-size: unset; +} +sub { + top: 0.25rem; +}