From cbc3d6c5350658f649595840a90c3c825544dcbb Mon Sep 17 00:00:00 2001
From: Shraddha <shraddharaghuram@student.tudelft.nl>
Date: Thu, 5 Sep 2024 16:17:11 +0000
Subject: [PATCH] Update file homepage.css

---
 static/homepage.css | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/static/homepage.css b/static/homepage.css
index 34c77c3..2cf1a02 100644
--- a/static/homepage.css
+++ b/static/homepage.css
@@ -73,7 +73,14 @@
     position: absolute;
     z-index: 9;
 }
-
+.homepage-content1{
+    top: 900px;
+    transform: translateX(28%);
+    width: 440px;
+    height: 450px;
+    opacity: 0;
+    transition: all 0.5s linear;
+}
 
 
 /* main title style: */
@@ -666,14 +673,14 @@
 
 
 /* content boxes style: */
-.homepage-content1{
+/* .homepage-content1{
     top: 900px;
     transform: translateX(28%);
     width: 440px;
     height: 450px;
     opacity: 0;
     transition: all 0.5s linear;
-}
+} */
 .homepage-content2{
     top: 1788px;
     transform: translateX(-80%);
-- 
GitLab