Commit c42507e0 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: transform css param

parent 42925025
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
@keyframes scaleUp { @keyframes scaleUp {
from { from {
transform: scale(0.9); transform: scale(0.985);
opacity: 0; opacity: 0;
} }
to { to {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment