begin shift to scss

This commit is contained in:
Emile Clark-Boman 2025-08-06 17:13:27 +10:00
parent d652c2e83e
commit dc23724c54
4 changed files with 113 additions and 0 deletions

View file

@ -0,0 +1,8 @@
.gl-canvas-bg {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
}