diff --git a/styles/globals.css b/styles/globals.css index d6f55ce..8393e59 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -89,7 +89,7 @@ body { @keyframes slide-up-animation { 0% { - transform: translateY(15%); + transform: translateY(5%); opacity: 0; } 100% {