From ea3c19edee10e021f57ed49cfb30eac29d66419b Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Thu, 5 Feb 2026 12:53:26 -0800 Subject: [PATCH] make comment more helpful --- assets/styles/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/styles/main.css b/assets/styles/main.css index 27502a1..8baba15 100644 --- a/assets/styles/main.css +++ b/assets/styles/main.css @@ -139,7 +139,9 @@ main li:not(:last-child) { padding: 0 0 .5rem; } -/* styles for sets of

s under an h2/3/etc vs alone */ +/* styles for sets of

s under an h2/3/etc vs alone +this is done as a class rather than just h2 + p to accomodate +for multi-

segments which can then be wrapped in

s */ .under-header, .no-header { background-color: var(--color-bg-alt);