Fix parallax

This commit is contained in:
Andras Schmelczer 2022-01-23 22:11:34 +01:00
parent 1b259500ae
commit cd7d384ac3

View file

@ -1,6 +1,10 @@
@use '../../style/mixins' as *;
@use '../../style/dark-mode/dark-mode' as *;
#background {
transform-style: preserve-3d;
}
.blob {
position: absolute;
left: 0;