From e75cf86f4c7083356e03c306425147f411950d8a Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 12 Jan 2026 15:01:44 -0500 Subject: c-core --- style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index a5f29b7..d8b25be 100644 --- a/style.css +++ b/style.css @@ -39,7 +39,7 @@ header p { } .section { - margin-top: .15in; + margin-top: .1in; } .subsection { @@ -91,6 +91,12 @@ table { text-align: left; } +sup { /* keep line height consistent */ + vertical-align: top; + position: relative; + top: -.25em; +} + .columns-2 { display: flex; width: 100%; -- cgit v1.2.3