From f055068a8bb769b0c162c65b84e37191b7ff603b Mon Sep 17 00:00:00 2001
From: Shraddha <shraddharaghuram@student.tudelft.nl>
Date: Wed, 4 Sep 2024 10:45:05 +0000
Subject: [PATCH] roadmap

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

diff --git a/static/homepage.css b/static/homepage.css
index aacd2a7..0d3253b 100644
--- a/static/homepage.css
+++ b/static/homepage.css
@@ -778,18 +778,17 @@
     opacity: 0;
     transition: all 0.5s linear;
 }
-.homepage-content15{
-    /* it's a subtitle content */
-    top: 13290px;
+.homepage-content15 {
+    top: 9200px;
     width: 1100px;
     height: 200px;
     text-align: center;
-    font-family: Arlon;
+    font-family: SourceSansPro;
     font-size: 135px;
     font-style: normal;
     font-weight: 600;
     color: transparent;
-    -webkit-text-stroke: 1px #F8F0E8;
+    -webkit-text-stroke: 1px #185A4F;
     opacity: 0;
     transition: all 0.5s linear;
 }
-- 
GitLab