Skip to content

Commit d45bf4a

Browse files
author
Nicholas Thomson
committed
Tweaking bounce
1 parent ce1887d commit d45bf4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/styles/main.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@
152152
*/
153153
@-webkit-keyframes bounce {
154154
0%, 20%, 50%, 80%, 100%{ top: 0; }
155-
40% { top: -20; }
156-
60% { top: -10px; }
155+
40% { top: -12px; }
156+
60% { top: -6px; }
157157
}
158158

159159
.bounce {

0 commit comments

Comments
 (0)