From 5df003725fc911029ccde8fb2b50baab6297f504 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Fri, 2 Jan 2026 16:08:24 -0500 Subject: [PATCH] The Forge: 133% background size --- serp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serp.py b/serp.py index ff41f55..3ef3879 100644 --- a/serp.py +++ b/serp.py @@ -3579,7 +3579,7 @@ ABOUT_CSS = """ /* The Forge - TempleOS background */ .chapter-forge { background: url('/static/vendor/templeos.png') center center repeat-y, #00FFFF; - background-size: 200% auto; + background-size: 133% auto; position: relative; } .chapter-forge::before { content: none; }