From e21587eca6c8ac56c24929e5210f05da2ca8865d Mon Sep 17 00:00:00 2001 From: Henry Webster Date: Wed, 22 Jul 2026 14:46:05 -0500 Subject: backfill blog posts --- style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 3638446..5f6f774 100644 --- a/style.css +++ b/style.css @@ -25,6 +25,9 @@ header nav { header span { margin-right: 10px; } +section header { + font-style: italic; +} nav ul { list-style-type: none; border-left: 1px solid ButtonText; @@ -48,6 +51,13 @@ p { margin: 1rem 0; line-height: 1.5rem; } +sup { + font-size: .75rem; + line-height: 0; + position: relative; + vertical-align: baseline; + top: -0.5em; +} img { width: 100%; height: auto; @@ -55,3 +65,9 @@ img { figure { margin: 1rem 4rem; } +.footnotes { + font-size: smaller; +} +.footnotes li { + margin-left: 0; +} -- cgit v1.3