From d6788e50e4dd71ec5895d8d2238442dde50d6a7f Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 11 Jan 2024 11:28:07 +0100 Subject: [PATCH] responsive adjustements --- resources/css/utilities/animation.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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%);