diff --git a/resources/css/utilities/animation.css b/resources/css/utilities/animation.css index 1287a86..2947365 100644 --- a/resources/css/utilities/animation.css +++ b/resources/css/utilities/animation.css @@ -45,12 +45,12 @@ max-height: 0px; } 100% { - max-height: 300px; + max-height: 800px; } } @keyframes height-out { 0% { - max-height: 300px; + max-height: 800px; } 100% { max-height: 0px; @@ -59,7 +59,7 @@ @keyframes translate-in { 0% { - transform: translateY(0%); + transform: translateY(60%); } 100% { transform: translateY(100%);