diff --git a/src/app/globals.css b/src/app/globals.css index 7c18ecd..2ef788b 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -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);