Optimize fog texture scale for mobile and small windows

This commit is contained in:
Avery Felts 2026-01-27 23:56:48 -07:00
parent e764fdabba
commit 23105a33fa

View File

@ -591,7 +591,7 @@
.fog-layer-1 {
background-image: url('/smoke.svg');
background-repeat: repeat;
background-size: 600px 600px;
background-size: 300px 300px;
animation: fog-drift 30s linear infinite;
opacity: 0.8;
filter: blur(20px);
@ -600,7 +600,7 @@
.fog-layer-2 {
background-image: url('/smoke.svg');
background-repeat: repeat;
background-size: 500px 500px;
background-size: 250px 250px;
animation: fog-drift 20s linear infinite reverse;
opacity: 0.6;
filter: blur(15px);