From 47cb60e23b56c4a4be2f890e33ba5aac28bf84cd Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Thu, 24 Dec 2020 17:36:37 -0800 Subject: [PATCH] Update style-2.css --- css/style-2.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style-2.css b/css/style-2.css index 200cb056..7542777b 100644 --- a/css/style-2.css +++ b/css/style-2.css @@ -416,10 +416,10 @@ textarea.input { transform-style: preserve-3d; } .animation-delay-2 { - animation-delay: 2s !important; + animation-delay: 1s !important; } .animation-delay-4 { - animation-delay: 4s !important; + animation-delay: 2s !important; } @keyframes animatedcardone { 0% {transform: rotateY(15deg);}