From d38f8b656f936484cd13c61603ec56f65db846a0 Mon Sep 17 00:00:00 2001
From: Shraddha <shraddharaghuram@student.tudelft.nl>
Date: Tue, 27 Aug 2024 12:54:41 +0000
Subject: [PATCH] Update file homepage.css

---
 static/homepage.css | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/static/homepage.css b/static/homepage.css
index c38f81e..b60e08a 100644
--- a/static/homepage.css
+++ b/static/homepage.css
@@ -698,8 +698,6 @@
     height: 65px;
     opacity: 0;
     transition: all 0.5s linear;
-    left: 50%; /* Position the element 50% from the left */
-    transform: translateX(-50%); /* Shift the element back by 50% of its own width */
 }
 .homepage-content8 {
     top: 5700px;
@@ -708,8 +706,6 @@
     /* transform: translateX(-110%); */
     opacity: 0;
     transition: all 0.5s linear;
-    left: 50%; /* Position the element 50% from the left */
-    transform: translateX(-50%); /* Shift the element back by 50% of its own width */
 }
 /* .homepage-content7{
     top: 4502px;
-- 
GitLab