From 13ced554b9d51046cfd07f292492f48fd2f130f3 Mon Sep 17 00:00:00 2001
From: Maximilian Leo Huber <maximilian.huber@uni-bielefeld.de>
Date: Wed, 18 Sep 2024 16:57:57 +0000
Subject: [PATCH] 'Problems' titles set to thick bold

---
 src/components/Problems.tsx | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/src/components/Problems.tsx b/src/components/Problems.tsx
index b44ca72a..9f5510fe 100644
--- a/src/components/Problems.tsx
+++ b/src/components/Problems.tsx
@@ -80,8 +80,6 @@ export function Problems(){
                         }}
                         src="https://static.igem.wiki/teams/5247/landing/problems/cyfib-1.webp">
                     </img>
-                    <p style={{'position': 'fixed','top': '20vh', 'left': '47vw', 'zIndex': '1'}}>{Title1}</p>
-                    <p style={{'position': 'fixed','top': '25vh', 'left': '45vw', 'zIndex': '1'}}>{Title2}</p>
             </div>
             {/* Two */}
             <div 
@@ -102,8 +100,8 @@ export function Problems(){
                         }}
                         src="https://static.igem.wiki/teams/5247/landing/problems/cyfib-2.webp">
                     </img>
-                    <p style={{'position': 'fixed','top': '20vh', 'left': '47vw', 'zIndex': '1'}}>{Title1}</p>
-                    <p style={{'position': 'fixed','top': '25vh', 'left': '45vw', 'zIndex': '1'}}>{Title2}</p>
+                    <p style={{'position': 'fixed','top': '20vh', 'left': '47vw', 'zIndex': '1', 'fontWeight': 'bold'}}>{Title1}</p>
+                    <p style={{'position': 'fixed','top': '25vh', 'left': '45vw', 'zIndex': '1', 'fontWeight': 'bold'}}>{Title2}</p>
                     <p style={{'position': 'fixed','top': '65vh', 'left': '20vw', 'zIndex': '1'}}>{Prob11}</p>
                     <p style={{'position': 'fixed','top': '70vh', 'left': '20vw', 'zIndex': '1'}}>{Prob12}</p>
                     <p style={{'position': 'fixed','top': '75vh', 'left': '20vw', 'zIndex': '1'}}>{Prob13}</p>
@@ -127,8 +125,8 @@ export function Problems(){
                         }}
                         src="https://static.igem.wiki/teams/5247/landing/problems/cyfib-3.webp">
                     </img>
-                    <p style={{'position': 'fixed','top': '20vh', 'left': '47vw', 'zIndex': '1'}}>{Title1}</p>
-                    <p style={{'position': 'fixed','top': '25vh', 'left': '45vw', 'zIndex': '1'}}>{Title2}</p>
+                    <p style={{'position': 'fixed','top': '20vh', 'left': '47vw', 'zIndex': '1', 'fontWeight': 'bold'}}>{Title1}</p>
+                    <p style={{'position': 'fixed','top': '25vh', 'left': '45vw', 'zIndex': '1', 'fontWeight': 'bold'}}>{Title2}</p>
                     <p style={{'position': 'fixed','top': '65vh', 'left': '20vw', 'zIndex': '1'}}>{Prob11}</p>
                     <p style={{'position': 'fixed','top': '70vh', 'left': '20vw', 'zIndex': '1'}}>{Prob12}</p>
                     <p style={{'position': 'fixed','top': '75vh', 'left': '20vw', 'zIndex': '1'}}>{Prob13}</p>
@@ -155,8 +153,8 @@ export function Problems(){
                         }}
                         src="https://static.igem.wiki/teams/5247/landing/problems/cyfib-4.webp">
                     </img>
-                    <p style={{'position': 'fixed','top': '20vh', 'left': '47vw', 'zIndex': '1'}}>{Title1}</p>
-                    <p style={{'position': 'fixed','top': '25vh', 'left': '45vw', 'zIndex': '1'}}>{Title2}</p>
+                    <p style={{'position': 'fixed','top': '20vh', 'left': '47vw', 'zIndex': '1', 'fontWeight': 'bold'}}>{Title1}</p>
+                    <p style={{'position': 'fixed','top': '25vh', 'left': '45vw', 'zIndex': '1', 'fontWeight': 'bold'}}>{Title2}</p>
                     <p style={{'position': 'fixed','top': '65vh', 'left': '20vw', 'zIndex': '1'}}>{Prob11}</p>
                     <p style={{'position': 'fixed','top': '70vh', 'left': '20vw', 'zIndex': '1'}}>{Prob12}</p>
                     <p style={{'position': 'fixed','top': '75vh', 'left': '20vw', 'zIndex': '1'}}>{Prob13}</p>
@@ -186,8 +184,8 @@ export function Problems(){
                         }}
                         src="https://static.igem.wiki/teams/5247/landing/problems/cyfib-5.webp">
                     </img>
-                    <p style={{'position': 'fixed','top': '20vh', 'left': '47vw', 'zIndex': '1'}}>{Title1}</p>
-                    <p style={{'position': 'fixed','top': '25vh', 'left': '45vw', 'zIndex': '1'}}>{Title2}</p>
+                    <p style={{'position': 'fixed','top': '20vh', 'left': '47vw', 'zIndex': '1', 'fontWeight': 'bold'}}>{Title1}</p>
+                    <p style={{'position': 'fixed','top': '25vh', 'left': '45vw', 'zIndex': '1', 'fontWeight': 'bold'}}>{Title2}</p>
                     <p style={{'position': 'fixed','top': '65vh', 'left': '20vw', 'zIndex': '1'}}>{Prob11}</p>
                     <p style={{'position': 'fixed','top': '70vh', 'left': '20vw', 'zIndex': '1'}}>{Prob12}</p>
                     <p style={{'position': 'fixed','top': '75vh', 'left': '20vw', 'zIndex': '1'}}>{Prob13}</p>
-- 
GitLab