From 420cb27ef27f681c35b2c98a7b7fe9fb509bf101 Mon Sep 17 00:00:00 2001
From: Shraddha <shraddharaghuram@student.tudelft.nl>
Date: Tue, 27 Aug 2024 08:16:43 +0000
Subject: [PATCH] Update 2 files

- /static/homepage.css
- /wiki/pages/home.html
---
 static/homepage.css  | 4 ++--
 wiki/pages/home.html | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/static/homepage.css b/static/homepage.css
index 4aebdcb..af34b07 100644
--- a/static/homepage.css
+++ b/static/homepage.css
@@ -611,13 +611,13 @@
     opacity: 0;
     transition: all 0.5s linear;
 }
-.homepage-content3{
+/* .homepage-content3{
     top: 2400px;
     width: 1000px;
     height: 35px;
     opacity: 0;
     transition: all 0.5s linear;
-}
+} */
 .homepage-content4{ 
     /* it's a subtitle content */
     position: relative;
diff --git a/wiki/pages/home.html b/wiki/pages/home.html
index 7963f8c..683f5ed 100644
--- a/wiki/pages/home.html
+++ b/wiki/pages/home.html
@@ -109,7 +109,7 @@
     <div class="homepage-content-img3 homepage-elements reveal" id="homepage-content-img3"></div>
 
   <!-- <div class="homepage-bg-img3"></div> -->
-    <div class="homepage-content3 homepage-elements reveal">
+    <div class="homepage-content4 homepage-elements reveal">
       What if plants could fix their own nitrogen
       <span style="font-family:'Courier New', Courier, monospace">?</span>
   </div>
-- 
GitLab