Fix rotating earth icon transform position

This commit is contained in:
2022-01-18 17:23:56 +01:00
parent 2ec810b932
commit f3d26d4377

View File

@@ -20,5 +20,5 @@
}
@keyframes moveEarth {
0% { transform: translate3d(0,0,0); }
100% { transform: translate3d(-88px, 0, 0); }
100% { transform: translate3d(-87px, 0, 0); }
}