From f3d26d4377b653054e73effd2c9aa7f90ffa7b5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Tue, 18 Jan 2022 17:23:56 +0100 Subject: [PATCH] Fix rotating earth icon transform position --- src/style/_animations.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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