From e22544bca3d93deb70f4cf96dcb0dc35796c8f5e Mon Sep 17 00:00:00 2001 From: Henry Webster Date: Sat, 25 Jul 2026 19:42:56 -0500 Subject: Inner thoughts blog post; styling tweaks --- style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 5f6f774..846fa85 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ html { body { margin: 0 auto; padding: 0; - max-width: 720px; + max-width: 650px; font-family: system-ui, sans-serif; font-weight: normal; } @@ -65,6 +65,12 @@ img { figure { margin: 1rem 4rem; } +aside { + padding: 1rem; + border: 1px solid ButtonText; + background-color: ButtonFace; + font-style: italic; +} .footnotes { font-size: smaller; } -- cgit v1.3