content(about): wire Khabran's bio + multi-paragraph render

Bio embedded as \n\n-delimited string; render splits on that boundary
into per-para <p class="bio-body">. Adjacent-sibling margin keeps
stacked paragraphs readable. Daniel's single-para bio is unaffected.
This commit is contained in:
daniel-c-harvey
2026-06-17 22:16:18 -04:00
parent d512a1d329
commit 9cfc31f725
2 changed files with 9 additions and 2 deletions
@@ -321,6 +321,10 @@
opacity: 0.7;
}
.bio-body + .bio-body {
margin-top: 0.75em;
}
/* ── Inset framed figure (gear shot) with rail-side caption ── */
.movement-figure {
margin: 5rem 0 0;