Zoom out mobile background 3x for better composition
- Change background-size from cover to 300% on mobile devices - Makes the image appear 3x further away - Better composition and less cropped view of the scene
This commit is contained in:
@@ -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: cover;
|
background-size: 300%;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user