diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-25 15:19:12 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-25 15:19:12 +0200 |
| commit | bf60a7de484eff03b22bf6c43690dfa572d666c8 (patch) | |
| tree | 13eb843d3d90d0d9e27aff9b0c75cd0f2105d4a1 /css | |
| parent | e217e826ce2129aa64a762546f9bbe7b9d356cc9 (diff) | |
Add spacing between plot paragraphs
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'css')
| -rw-r--r-- | css/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |
