From 24cc662dd071e1fb26ec31ae53c340ba22c8744c Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Fri, 2 Jan 2026 23:57:27 +0000 Subject: [PATCH] Decreased side images width --- src/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.css b/src/global.css index 7e6cca4..a80f981 100644 --- a/src/global.css +++ b/src/global.css @@ -54,7 +54,7 @@ textarea { :root { --unit-100vh: 100vh; - --th-images-width: 45vw; + --th-images-width: 40vw; --th-page-padding: 70px; --th-page-mobile-padding: 30px; }