From 2d6c39186605b4b3827f63e43d3e121d60dee919 Mon Sep 17 00:00:00 2001 From: Kirik Date: Wed, 12 Nov 2025 20:10:59 +0100 Subject: [PATCH] Increase mobile background zoom to 800% for wider view - Changed from 300% to 800% for better mobile composition - Image appears even more zoomed out on mobile devices - Better visibility of full scene without extreme cropping --- static/css/adaptive-background.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/adaptive-background.css b/static/css/adaptive-background.css index 5289af7..a7fc29f 100644 --- a/static/css/adaptive-background.css +++ b/static/css/adaptive-background.css @@ -6,7 +6,7 @@ background-image: url('../../images/overlay.png'), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../../images/desktop.webp') !important; - background-size: 300%; + background-size: 800%; background-position: center; background-attachment: fixed; }