Skip to content

Commit b4e1e6f

Browse files
committed
fade buttons
1 parent 706dc5b commit b4e1e6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/_css/index.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,11 @@ body.index {
172172
}
173173

174174
.buttons-unit {
175+
animation: fade 1.1s 3.2s ease-in-out both;
176+
175177
@media screen and (min-width: 1020px) {
176178
position: absolute;
177179
top: ~"calc(75%)";
178-
animation: fade 1.1s 3.2s ease-in-out both;
179180
text-align: center;
180181
}
181182
@media screen and (max-width: 1019px) {

0 commit comments

Comments
 (0)