From 541701785dae6294640498c57686efd9c24c32db Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Mon, 26 Jan 2026 10:15:51 -0500 Subject: biography --- themes/aoidh/assets/aoidh.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'themes/aoidh/assets/aoidh.css') diff --git a/themes/aoidh/assets/aoidh.css b/themes/aoidh/assets/aoidh.css index b2037a6..1bb2325 100644 --- a/themes/aoidh/assets/aoidh.css +++ b/themes/aoidh/assets/aoidh.css @@ -9,7 +9,7 @@ --pagewidth: 60rem; --textwidth: 45rem; - --parspace: .6em; + --parspace: .5em; --letter-page-width: 8.5in; --letter-page-height: 11in; @@ -30,7 +30,7 @@ body { body { font-family: 'IBM Plex Serif', Charter, 'Bitstream Charter', 'Sitka Text', serif; font-weight: 400; - line-height: 1.35em; + line-height: 1.3em; text-rendering: optimizeLegibility; color: #000; background: #fff; @@ -198,6 +198,7 @@ img { max-height: 90vh; border: 1px solid var(--dark-gray); box-shadow: .2rem .2rem var(--light-gray); + margin-bottom: var(--parspace); } div { -- cgit v1.2.3