diff --git a/src/App/LandingPage.css b/src/App/LandingPage.css index c3d936a971dc6fe8116c514dbebe64b5e9c1a319..640fc296e6c9f60f1d4424f6fbe0a4d338c94d89 100644 --- a/src/App/LandingPage.css +++ b/src/App/LandingPage.css @@ -40,5 +40,10 @@ } .header-button-row{ - min-height: 500px; -} \ No newline at end of file + min-height: 450px; +} + + +/* .header-button-row .h5 { + +} */ \ No newline at end of file diff --git a/src/headers/home-h.tsx b/src/headers/home-h.tsx index 9a193d4283a1ff6989c705902932b9c2cd4bcb6e..d179a5f350728be6df781444e29cade410057d3a 100644 --- a/src/headers/home-h.tsx +++ b/src/headers/home-h.tsx @@ -26,13 +26,15 @@ export function HOMEH() { </p> </div> <div className="col header-button-row"> - <div><H5 text="Or take a short tour through our highlights:"/> </div> - <p>What is <PreCyse/> → </p> - <p>→ </p> - <p>→ </p> - <p>→ </p> - <p>→ </p> - <p>→ </p> + <div><H5 text="Or take a short tour through our highlights:"/> </div> + <p> + → What is <PreCyse/>? <br/> <br/> + → What is our strategy? <br/> <br/> + → How did we do this? <br/> <br/> + → What did we archieve? <br/> <br/> + → What parts are we contributing? <br/> <br/> + → What are our special awards? + </p> </div> </div>