adding latest

This commit is contained in:
2021-03-18 18:59:36 +00:00
parent 3529ff23aa
commit e7c61e2d86
2 changed files with 3 additions and 3 deletions

View File

@@ -339,11 +339,11 @@ export default {
.deck-card:hover {
position: relative;
animation: scaleMe 500ms ease-in-out 0s forwards;
animation: card-zoom 500ms ease-in-out 0s forwards;
z-index: 100;
}
@keyframes scaleMe {
@keyframes card-zoom {
100% {
transform: scale(1.25);
}