diff --git a/src/style/_animations.scss b/src/style/_animations.scss index 564270b..21d06b8 100644 --- a/src/style/_animations.scss +++ b/src/style/_animations.scss @@ -20,5 +20,5 @@ } @keyframes moveEarth { 0% { transform: translate3d(0,0,0); } - 100% { transform: translate3d(-88px, 0, 0); } + 100% { transform: translate3d(-87px, 0, 0); } } \ No newline at end of file