Optimize rain, fix crash

This commit is contained in:
bingus_violet 2024-06-23 16:09:39 -05:00
parent 01e6f8abd4
commit beaa2406d1
3 changed files with 29 additions and 27 deletions

View file

@ -12,9 +12,9 @@
.rainContainer {
height: 100vh;
width: 80vw;
width: 95vw;
top: 0px;
left: 10vw;
left: 2.5vw;
position: absolute;
overflow: hidden;
}