diff --git a/static/style.css b/static/style.css index 211773cf5acda80c4515ad765bd9606a831293e3..38655d88123da980b22b594b35aa86f5c036198b 100644 --- a/static/style.css +++ b/static/style.css @@ -495,8 +495,8 @@ a[href^="#ref"] { /* Styling all hyperlinks */ #moving-bacterium { width: 100%; height: 100%; - transform: translateX(20px); /* Shift the animation 20px to the right */ - transform: translateY(-40px); + transform: translateX(20px); + transform: translateY(-50px); } } @@ -513,8 +513,7 @@ a[href^="#ref"] { /* Styling all hyperlinks */ width: 100%; height: 100%; margin-top: 200px; - transform: translateY(40px); - transform: translateY(-40px); + transform: translateX(0); } }