From df148046bf93937f794097e435d1847d08d016e2 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Fri, 2 Jan 2026 16:30:55 -0500 Subject: [PATCH] The Forge: preserve original image aspect ratio --- serp.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/serp.py b/serp.py index 8f9ba9a..185a679 100644 --- a/serp.py +++ b/serp.py @@ -3584,9 +3584,8 @@ ABOUT_CSS = """ .chapter-forge::before { content: none; } .forge-logo { display: block; - width: 600px; - height: 400px; - object-fit: contain; + max-width: 100%; + height: auto; margin: 0 auto; } .chapter-forge .chapter-content {