Digest: more space below the 'From what you follow' heading

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) <noreply@anthropic.com>
This commit is contained in:
jay
2026-06-09 19:34:52 -04:00
parent 71f140e8d0
commit 2feccedcc7
+1 -1
View File
@@ -170,7 +170,7 @@ def build_digest(items: list[dict], brief_date: str, unsub_url: str, base: str |
if followed:
followed_html = (
'<div style="font-size:20px;font-weight:700;letter-spacing:-0.01em;color:#0083ad;'
'margin:10px 0 18px">From what you follow</div>'
'margin:10px 0 28px">From what you follow</div>'
+ "".join(_item_html(it, base) for it in followed)
)
html = (