From 6112411e05f9233ebfe1beb3bdbdbbeae8dc3af2 Mon Sep 17 00:00:00 2001
From: Shraddha <ShraddhaRaghuram@student.tudelft.nl>
Date: Mon, 16 Sep 2024 16:48:12 +0200
Subject: [PATCH] timeline?

---
 static/homepage.css | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/static/homepage.css b/static/homepage.css
index de83d24..8e682b0 100644
--- a/static/homepage.css
+++ b/static/homepage.css
@@ -25,10 +25,17 @@
 
 
 /* for canvas */
+#timeline{
+    position: absolute;
+    z-index: 5;
+    top: 6000px;
+}
+
+
 #roadmap{
     position: absolute;
     z-index: 5;
-    top: 9800px;
+    top: 9600px;
 }
 
 
-- 
GitLab