fix: scale background on larger screens

This commit is contained in:
EETagent 2022-12-04 12:22:05 +01:00
parent f58d8bb01f
commit 41214f9704
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
.bgImage {
@apply -z-20;
@apply min-w-screen absolute min-h-screen min-w-full;
@apply bg-no-repeat;
@apply bg-no-repeat bg-cover;
background-position: 55%;
}
.bgOverlay {

View file

@ -29,7 +29,7 @@
.bgImage {
@apply -z-20;
@apply min-w-screen absolute min-h-screen md:min-w-[50vw];
@apply bg-no-repeat;
@apply bg-no-repeat bg-cover;
}
.bgOverlay {
@apply min-w-screen absolute -z-10 min-h-screen md:min-w-[50vw];