Make it more hearty

pull/47/head
Lim Chee Aun 2023-01-07 21:37:16 +08:00
rodzic c252667ce4
commit 5b90ab46a8
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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% {