diff --git a/src/app/globals.css b/src/app/globals.css index dd94f1b..1d017ea 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 45s linear infinite; + animation: fog-drift 60s linear infinite; opacity: 0.9; filter: blur(8px); } @@ -601,8 +601,8 @@ background-image: url('/smoke.svg'); background-repeat: repeat; background-size: 350px 350px; - animation: fog-drift 35s linear infinite reverse; - animation-delay: -10s; + animation: fog-drift 50s linear infinite reverse; + animation-delay: -15s; opacity: 0.7; filter: blur(5px); } \ No newline at end of file