From bf60a7de484eff03b22bf6c43690dfa572d666c8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 25 Jan 2026 15:19:12 +0200 Subject: Add spacing between plot paragraphs Co-Authored-By: Claude Opus 4.5 --- css/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/styles.css b/css/styles.css index 2f7d8e5..6f5163e 100644 --- a/css/styles.css +++ b/css/styles.css @@ -435,6 +435,11 @@ body { .modal-summary p { color: var(--text-primary); line-height: 1.7; + margin-bottom: 1.5em; +} + +.modal-summary p:last-of-type { + margin-bottom: 0; } .modal-summary .loading { -- cgit v1.2.3