Commit 92e34d57 by doszhang

dos

parent 9c59514e
...@@ -100,7 +100,6 @@ input::-webkit-input-placeholder { ...@@ -100,7 +100,6 @@ input::-webkit-input-placeholder {
} }
.home-page .title { .home-page .title {
transform: scale(0.95);
transform-origin: 62.29% 81.8%; transform-origin: 62.29% 81.8%;
animation: scale 0.5s 0.6s ease-out backwards; animation: scale 0.5s 0.6s ease-out backwards;
-webkit-animation: scale 0.5s 0.6s ease-out backwards; -webkit-animation: scale 0.5s 0.6s ease-out backwards;
...@@ -137,7 +136,7 @@ input::-webkit-input-placeholder { ...@@ -137,7 +136,7 @@ input::-webkit-input-placeholder {
} }
100% { 100% {
transform: scale(0.95); transform: scale(1);
} }
} }
......
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