From db8a1cd5da5aab4b49cd4990798ad8ce2698cf6d Mon Sep 17 00:00:00 2001
From: Shraddha <ShraddhaRaghuram@student.tudelft.nl>
Date: Mon, 16 Sep 2024 16:55:05 +0200
Subject: [PATCH] move timeline down

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

diff --git a/static/homepage.css b/static/homepage.css
index 8e682b0..f69bac8 100644
--- a/static/homepage.css
+++ b/static/homepage.css
@@ -28,7 +28,7 @@
 #timeline{
     position: absolute;
     z-index: 5;
-    top: 6000px;
+    top: 8000px;
 }
 
 
-- 
GitLab