From c45448e2fa43340948376f7813be19b128e083e0 Mon Sep 17 00:00:00 2001 From: ethylotest Date: Wed, 24 Mar 2021 10:14:00 +0100 Subject: [PATCH] index bulles plus amples --- styles/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {