diff --git a/src/components/Problems.tsx b/src/components/Problems.tsx index b44ca72ad4590d30d76319aacd072ed5268c9a06..9f5510fef178d097f5b0ae146116982f64fd8e4f 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>