From 555836aeebbda20753e8c19ebbe4721692b807cb Mon Sep 17 00:00:00 2001
From: Shraddha <ShraddhaRaghuram@student.tudelft.nl>
Date: Mon, 16 Sep 2024 16:14:12 +0200
Subject: [PATCH] fix

---
 static/homepage.css | 20 ++++----------------
 1 file changed, 4 insertions(+), 16 deletions(-)

diff --git a/static/homepage.css b/static/homepage.css
index b21382b..9951d6a 100644
--- a/static/homepage.css
+++ b/static/homepage.css
@@ -166,13 +166,12 @@
     background: linear-gradient(180deg, #C6EBE8 0%, rgba(198, 235, 232, 0.00) 52.08%, #C6EBE8 100%), url(https://static.igem.wiki/teams/5054/gettyimages-522192748-jpg.webp), 50% / cover no-repeat;
     filter: blur(3.3854165077209473px);
 }
-
 .homepage-bg-img4 {
     position: absolute;
-    width: 1300px;
-    height: 1000px;
+    width: 500px;
+    height: 500px;
     flex-shrink: 0;
-    top: 3800px;
+    top: 5000px;
     /* opacity: 1; */
     box-shadow: inset 0px 0px 40px 20px #C6EBE8;
     background: url(https://static.igem.wiki/teams/5054/plants-fixing.svg), 50% / cover no-repeat;
@@ -316,17 +315,6 @@ homepage-content-img5 {
     transition: all 0.5s linear;
 } */
 
-.homepage-bg-img4 {
-    position: absolute;
-    width: 1300px;
-    height: 1000px;
-    flex-shrink: 0;
-    top: 3800px;
-    /* opacity: 1; */
-    box-shadow: inset 0px 0px 40px 20px #C6EBE8;
-    background: url(https://static.igem.wiki/teams/5054/plants-fixing.svg), 50% / cover no-repeat;
-}
-
 .homepage-content-img7 {
     top: 7500px;
     width: 1200px;
@@ -783,7 +771,7 @@ homepage-content-img5 {
     transition: all 0.5s linear;
 }
 .homepage-content6 {
-    top: 5000px;
+    top: 4800px;
     width: 1000px;
     height: 100px;
     font-family: SourceSansPro;
-- 
GitLab