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; }