diff --git a/styles/index.css b/styles/index.css index be857dd..79ca032 100644 --- a/styles/index.css +++ b/styles/index.css @@ -94,7 +94,7 @@ body main { /*------------------------------------------*/ /*THE ANIMATION*/ @keyframes rotation { - from {transform: rotate(0deg); transform-origin: 50% 50.5%;} + from {transform: rotate(0deg); transform-origin: 50% 51%;} to {transform: rotate(360deg); transform-origin: 50% 50%;} } .logo_bubbles .circle {