update site style

This commit is contained in:
afc163 2017-12-25 14:08:56 +08:00
parent 0cf841db94
commit f3df363ec7
2 changed files with 3 additions and 3 deletions

View File

@ -167,7 +167,7 @@
.promote-banner {
position: relative;
display: block;
display: none;
padding-top: 64px;
img {
max-width: 100%;

View File

@ -155,6 +155,6 @@
}
@keyframes balance {
from { transform: rotate(-2deg); }
to { transform: rotate(2deg); }
from { transform: rotate(-6deg); }
to { transform: rotate(6deg); }
}