fix: transform css param

This commit is contained in:
Timothy J. Baek 2024-02-23 01:23:06 -08:00
parent 42925025b7
commit c42507e0c7

View file

@ -61,7 +61,7 @@
@keyframes scaleUp {
from {
transform: scale(0.9);
transform: scale(0.985);
opacity: 0;
}
to {