From eab136fcebdff56b376016b90d477b31e9d9a60a Mon Sep 17 00:00:00 2001
From: Shraddha <shraddharaghuram@student.tudelft.nl>
Date: Mon, 26 Aug 2024 08:30:53 +0000
Subject: [PATCH] bg image smaller

---
 static/homepage.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/homepage.css b/static/homepage.css
index 5222a59..95678b3 100644
--- a/static/homepage.css
+++ b/static/homepage.css
@@ -116,7 +116,7 @@
     position: absolute;
     z-index: 0;
     width: 1300px;
-    height: 1000px;
+    height: 800px;
     flex-shrink: 0;
     top: 0;
     box-shadow: inset 120px 0px 70px -30px #C6EBE8, inset -120px 0px 70px -30px #C6EBE8;
-- 
GitLab