Use background instead

pull/4572/head
Cagatay Civici 2023-10-13 12:05:59 +03:00
parent 362798e08d
commit b96166f230
1 changed files with 4 additions and 13 deletions

View File

@ -1,15 +1,6 @@
.landing, .layout-wrapper { .landing, .layout-wrapper {
&:before {
top: 0;
width: 100%;
height: 236px;
content: "";
display: block;
z-index: 0;
background-image: var(--glow-image); background-image: var(--glow-image);
position: fixed; background-position: top center;
background-position: top;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: contain; background-size: auto 20rem;
}
} }