From 7b1b500366666eaa8c46d4509b825862d4756381 Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de> Date: Fri, 27 Sep 2024 00:23:57 +0200 Subject: [PATCH] <br/> --- src/contents/Human Practices/Introduction.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/contents/Human Practices/Introduction.tsx b/src/contents/Human Practices/Introduction.tsx index e8b479e7..8321f267 100644 --- a/src/contents/Human Practices/Introduction.tsx +++ b/src/contents/Human Practices/Introduction.tsx @@ -7,6 +7,7 @@ export function HPIntroduction(){ return( <Section title="Introduction" id="Introduction"> + <div className="row align-items-center" style={{marginTop: "5vh", marginBottom: "1vh"}}> <div className="col"> <ButtonOne openclass="intro-cycletab" text="Our Understanding of HP" open="understanding"></ButtonOne> @@ -18,6 +19,7 @@ export function HPIntroduction(){ <ButtonOne openclass="intro-cycletab" text="Our Target Groups" open="targets"></ButtonOne> </div> </div> + <br/> <div className="col intro-cycletab" id="understanding" style={{display: "block"}}> understanding <LoremMedium/> </div> <div className="col intro-cycletab" id="mission" style={{display: "none"}}>mission <LoremMedium/> </div> <div className="col intro-cycletab" id="targets" style={{display: "none"}}>targets <LoremMedium/> </div> -- GitLab