Update style-2.css

This commit is contained in:
Kyle
2020-12-24 17:36:37 -08:00
parent aac1b64898
commit 47cb60e23b

View File

@@ -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);}