From 329ecce10e711375800ed8587311c7d72684e4d0 Mon Sep 17 00:00:00 2001 From: Paul Booth Date: Wed, 1 Jul 2026 17:01:42 -0400 Subject: [PATCH] Another alignment fix to the CSS for desktop rendering --- inbrief.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inbrief.py b/inbrief.py index e3c5b42..7fcf6df 100644 --- a/inbrief.py +++ b/inbrief.py @@ -654,7 +654,7 @@ def render_email_html( .content ol li { position:relative; margin:0 0 22px; padding-left:28px; color:#1c1a16; font:400 18px/1.5 Newsreader,Georgia,'Times New Roman',serif; } -.content .story-number { position:absolute; left:0; top:1px; color:#9a2d27; +.content .story-number { position:absolute; left:0; top:1.5px; color:#9a2d27; font:400 .85em 'IBM Plex Mono','Courier New',monospace; } .content hr { border:0; border-top:1px solid #d8d2c6; margin:38px 0; } .content strong { font-weight:600; }