Make the sibling beats a bit smaller

This commit is contained in:
Louis Lam 2022-05-14 14:11:43 +08:00
parent 0cf395dfc3
commit 92a43e1f30

View File

@ -242,7 +242,7 @@ export default {
}
&.active-sibling {
transform: scale(1.3);
transform: scale(1.15);
transition: all ease 0.15s;
}
}