From fe8d9455152b711bc036e116703b8699fc02b118 Mon Sep 17 00:00:00 2001 From: Maximilian Leo Huber <maximilian.huber@uni-bielefeld.de> Date: Wed, 18 Sep 2024 15:38:24 +0000 Subject: [PATCH] minor fixes --- src/components/Breathe.tsx | 8 +++++--- src/components/Footer.tsx | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/Breathe.tsx b/src/components/Breathe.tsx index 1568ef5a..b7089112 100644 --- a/src/components/Breathe.tsx +++ b/src/components/Breathe.tsx @@ -179,7 +179,8 @@ export function Breathe(){ {/* Spacing Block */} <div className='col' style={{ 'height': '100vh' }}></div> <p>With every second, you feel more stressed.</p> - <p>Your body fights against it, and your mind begins to panic...</p> + <p>Your body fights against it, and</p> + <p>your mind begins to panic...</p> <div style={{ 'height': '100vh'}} ref={domRef7}> <img style={{ 'position': 'fixed', @@ -214,8 +215,9 @@ export function Breathe(){ src="https://static.igem.wiki/teams/5247/landing/breath/textless/breath-only-3.webp"> </img> </div> - <p>Imagine yourself living in constant fear of suffocation, because breathing deeply is a <strong>privilage not everyone can enjoy</strong>.</p> - + <p>Imagine yourself living in constant fear of</p> + <p>suffocation, because breathing deeply is a</p> + <p><strong>privilage not everyone can enjoy</strong>.</p> {/* Spacing Block */} <div className='col' style={{ 'height': '100vh' }}></div> </> diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index cf873282..a8677c4e 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -44,7 +44,7 @@ export function Footer() { <div className="small-only col-6"></div> <div className="col"> <a href="./partners"> - <h6 className="alink">Spornsors and partners</h6> + <h6 className="alink">Sponsors and partners</h6> </a> </div> <div className="small-none col" style={{paddingLeft: "20px"}}> -- GitLab