minor improvements

This commit is contained in:
BC
2019-01-24 23:07:33 -08:00
parent 8c421c4f4d
commit ec5fb059b8
3 changed files with 5 additions and 9 deletions

View File

@@ -22,11 +22,8 @@
background-color: #fff;
}
body {
animation: scaleUp .7s ease both;
}
@keyframes scaleUp {
from { opacity: 0; transform: scale(.95); }
from { opacity: 0; transform: translateY(20px); transform-origin: top center; }
}
@keyframes appear {
from { opacity: 0; }