From 2b3551cadaf2a9791aecfd6624814eeb78efde39 Mon Sep 17 00:00:00 2001 From: tcpsyn Date: Mon, 16 Feb 2026 05:35:58 -0700 Subject: [PATCH] Add paragraph spacing on how-it-works page Co-Authored-By: Claude Opus 4.6 --- website/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/css/style.css b/website/css/style.css index 9621d7f..96c2b9f 100644 --- a/website/css/style.css +++ b/website/css/style.css @@ -817,7 +817,9 @@ a:hover { color: var(--text-muted); font-size: 0.95rem; line-height: 1.7; + margin-bottom: 0.75rem; } +.hiw-step-content p:last-of-type { margin-bottom: 0; } .hiw-detail-grid { display: grid;