Fixing login box alignment

This commit is contained in:
Bruno Alves de Faria 2017-04-17 17:14:09 -03:00
parent 1f8eda7b82
commit ae6044e3a1

View File

@ -62,7 +62,7 @@ html, body
@keyframes login-box
from
top: 100%
transform(translateX(-50%))
transform(translateX(-50%) translateY(0%))
to
top: 50%
transform(translateX(-50%) translateY(-50%))