From b8ce33e49f51664e06789a9ca7614205d076abc6 Mon Sep 17 00:00:00 2001 From: osmarks Date: Mon, 6 Apr 2026 21:11:43 +0100 Subject: [PATCH] superscript alignment fix (better) --- src/style.sass | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/style.sass b/src/style.sass index 2f80f56..57949bd 100644 --- a/src/style.sass +++ b/src/style.sass @@ -57,7 +57,7 @@ body font-family: $body line-height: 1.5 -.footnote-ref +sup line-height: 1 pre, code, .deemph @@ -522,8 +522,3 @@ textarea.squiggle .header border-top: solid 6px var(--stripe, transparent) - -sup - vertical-align: top - position: relative - top: -0.3em