mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-27 14:02:14 +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 {
|
.bgImage {
|
||||||
@apply -z-20;
|
@apply -z-20;
|
||||||
@apply min-w-screen absolute min-h-screen min-w-full;
|
@apply min-w-screen absolute min-h-screen min-w-full;
|
||||||
@apply bg-no-repeat;
|
@apply bg-no-repeat bg-cover;
|
||||||
background-position: 55%;
|
background-position: 55%;
|
||||||
}
|
}
|
||||||
.bgOverlay {
|
.bgOverlay {
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
.bgImage {
|
.bgImage {
|
||||||
@apply -z-20;
|
@apply -z-20;
|
||||||
@apply min-w-screen absolute min-h-screen md:min-w-[50vw];
|
@apply min-w-screen absolute min-h-screen md:min-w-[50vw];
|
||||||
@apply bg-no-repeat;
|
@apply bg-no-repeat bg-cover;
|
||||||
}
|
}
|
||||||
.bgOverlay {
|
.bgOverlay {
|
||||||
@apply min-w-screen absolute -z-10 min-h-screen md:min-w-[50vw];
|
@apply min-w-screen absolute -z-10 min-h-screen md:min-w-[50vw];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue