From 5e3e25153856d9c5db0b5d36c871ed668e676efa Mon Sep 17 00:00:00 2001
From: Shraddha <shraddharaghuram@student.tudelft.nl>
Date: Tue, 3 Sep 2024 14:49:50 +0000
Subject: [PATCH] style fixes

---
 static/homepage.css  | 15 ++++++++++++++-
 wiki/pages/home.html |  2 +-
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/static/homepage.css b/static/homepage.css
index 5614cc2..b9b741b 100644
--- a/static/homepage.css
+++ b/static/homepage.css
@@ -55,6 +55,19 @@
     font-weight: 400;
     line-height: normal;
 }
+
+.homepage-contents-style2 {
+    margin: 0 auto;
+    margin-top: 20px;
+    text-align: left;
+    color: #185A4F;
+    font-family: AccidenzCommons;
+    font-size: 40px;
+    font-style: normal;
+    font-weight: 400;
+    line-height: normal;
+}
+
 .homepage-elements{
     /* not for backgrounds!! */
     position: absolute;
@@ -724,7 +737,7 @@
 
 .homepage-content10{
     top: 7100px;
-    width: 500px;
+    width: 1000px;
     height: 28px;
     flex-shrink: 0;
 }
diff --git a/wiki/pages/home.html b/wiki/pages/home.html
index 8c9afe8..194a6e7 100644
--- a/wiki/pages/home.html
+++ b/wiki/pages/home.html
@@ -156,7 +156,7 @@
 <div class="homepage-content-img7"></div>
 
 <div class="homepage-content10 homepage-elements">
-  <div class="homepage-contents-style" style="margin-top:0px;text-align:center;">
+  <div class="homepage-contents-style2" style="margin-top:0px;text-align:center;">
       Laying the foundation for nitrogen fixation.
   </div>
 </div>
-- 
GitLab