From 20c40f40434438043b496c9322bb2e8876724b43 Mon Sep 17 00:00:00 2001
From: gcarron <gcarron@grandlyon.com>
Date: Mon, 8 Mar 2021 11:32:52 +0100
Subject: [PATCH] Fixed genius

---
 assets/illu-landing-graph.svg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/assets/illu-landing-graph.svg b/assets/illu-landing-graph.svg
index 8cf82db..52dd4cc 100644
--- a/assets/illu-landing-graph.svg
+++ b/assets/illu-landing-graph.svg
@@ -5,7 +5,7 @@
     transform: rotateZ(0deg);
   }
   50% {
-    transform: rotateZ(10deg);
+    transform: rotateZ(-15deg);
   }
   100% {
     transform: rotateZ(0deg);
@@ -23,7 +23,7 @@
   }
 }
 #genius {
-  transform-origin: 75% 0%;
+  transform-origin: 35% 0%;
   animation-name: balance;
   animation-duration: 4s;
   animation-timing-function: ease-in-out;
-- 
GitLab