Make it more hearty

This commit is contained in:
Lim Chee Aun 2023-01-07 21:37:16 +08:00
parent c252667ce4
commit 5b90ab46a8

View file

@ -726,13 +726,13 @@ a.card:is(:hover, :focus) {
border-color: var(--favourite-color); border-color: var(--favourite-color);
} }
@keyframes hearted { @keyframes hearted {
20% { 15% {
transform: scale(1.25) translateY(-1px); transform: scale(1.25) translateY(-1px);
} }
45% { 30% {
transform: scale(1); transform: scale(1);
} }
70% { 45% {
transform: scale(1.5) translateY(-2px); transform: scale(1.5) translateY(-2px);
} }
100% { 100% {