mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 00:38:49 +01:00
Make it more hearty
This commit is contained in:
parent
c252667ce4
commit
5b90ab46a8
1 changed files with 3 additions and 3 deletions
|
@ -726,13 +726,13 @@ a.card:is(:hover, :focus) {
|
|||
border-color: var(--favourite-color);
|
||||
}
|
||||
@keyframes hearted {
|
||||
20% {
|
||||
15% {
|
||||
transform: scale(1.25) translateY(-1px);
|
||||
}
|
||||
45% {
|
||||
30% {
|
||||
transform: scale(1);
|
||||
}
|
||||
70% {
|
||||
45% {
|
||||
transform: scale(1.5) translateY(-2px);
|
||||
}
|
||||
100% {
|
||||
|
|
Loading…
Reference in a new issue