mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
fix: scale background on larger screens
This commit is contained in:
parent
f58d8bb01f
commit
41214f9704
2 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue