diff --git a/src/styles/global.css b/src/styles/global.css index 0f709b8..d5be1ae 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -61,7 +61,7 @@ img { .animate { @apply -translate-y-3 opacity-0; - @apply transition-all duration-500 ease-out; + @apply transition-all duration-300 ease-out; } .animate.show {