Use background instead
parent
362798e08d
commit
b96166f230
|
@ -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;
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue