diff --git a/src/app/globals.css b/src/app/globals.css index c546ea0..570a8c3 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -592,7 +592,7 @@ background-image: url('/smoke.svg'); background-repeat: repeat; background-size: 400px 400px; - animation: fog-drift 15s linear infinite; + animation: fog-drift 45s linear infinite; opacity: 0.8; filter: blur(15px); } @@ -601,8 +601,8 @@ background-image: url('/smoke.svg'); background-repeat: repeat; background-size: 350px 350px; - animation: fog-drift 10s linear infinite reverse; - animation-delay: -5s; + animation: fog-drift 35s linear infinite reverse; + animation-delay: -10s; opacity: 0.6; filter: blur(10px); } \ No newline at end of file