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
This commit is contained in:
Kirik
2025-11-12 20:10:59 +01:00
parent 9727ff5dc0
commit 2d6c391866
+1 -1
View File
@@ -6,7 +6,7 @@
background-image: url('../../images/overlay.png'), background-image: url('../../images/overlay.png'),
linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
url('../../images/desktop.webp') !important; url('../../images/desktop.webp') !important;
background-size: 300%; background-size: 800%;
background-position: center; background-position: center;
background-attachment: fixed; background-attachment: fixed;
} }