Commit 981fb7e5 by doszhang

dos

parent 061dbff7
......@@ -117,6 +117,10 @@ input::-webkit-input-placeholder {
height: 100%;
}
.home-scale {
z-index: 2;
}
.home-scale.animate {
animation: homeScale 1s 0.6s ease-out forwards;
-webkit-animation: homeScale 1s 0.6s ease-out forwards;
......
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 sign in to comment