From 2feccedcc770f9f34446ab3412a2231fd72ae8a1 Mon Sep 17 00:00:00 2001 From: jay Date: Tue, 9 Jun 2026 19:34:52 -0400 Subject: [PATCH] Digest: more space below the 'From what you follow' heading MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per user — separate the heading a touch more from the first followed entry (bottom margin 18px → 28px). Co-Authored-By: Claude Opus 4.8 (1M context) --- goodnews/digest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goodnews/digest.py b/goodnews/digest.py index fc28b38..537c118 100644 --- a/goodnews/digest.py +++ b/goodnews/digest.py @@ -170,7 +170,7 @@ def build_digest(items: list[dict], brief_date: str, unsub_url: str, base: str | if followed: followed_html = ( '
From what you follow
' + 'margin:10px 0 28px">From what you follow' + "".join(_item_html(it, base) for it in followed) ) html = (