Fix rotating earth icon transform position
This commit is contained in:
@@ -20,5 +20,5 @@
|
||||
}
|
||||
@keyframes moveEarth {
|
||||
0% { transform: translate3d(0,0,0); }
|
||||
100% { transform: translate3d(-88px, 0, 0); }
|
||||
100% { transform: translate3d(-87px, 0, 0); }
|
||||
}
|
||||
Reference in New Issue
Block a user