Optimize fog texture scale for mobile and small windows
This commit is contained in:
parent
e764fdabba
commit
23105a33fa
@ -591,7 +591,7 @@
|
|||||||
.fog-layer-1 {
|
.fog-layer-1 {
|
||||||
background-image: url('/smoke.svg');
|
background-image: url('/smoke.svg');
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
background-size: 600px 600px;
|
background-size: 300px 300px;
|
||||||
animation: fog-drift 30s linear infinite;
|
animation: fog-drift 30s linear infinite;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
filter: blur(20px);
|
filter: blur(20px);
|
||||||
@ -600,7 +600,7 @@
|
|||||||
.fog-layer-2 {
|
.fog-layer-2 {
|
||||||
background-image: url('/smoke.svg');
|
background-image: url('/smoke.svg');
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
background-size: 500px 500px;
|
background-size: 250px 250px;
|
||||||
animation: fog-drift 20s linear infinite reverse;
|
animation: fog-drift 20s linear infinite reverse;
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
filter: blur(15px);
|
filter: blur(15px);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user