diff --git a/src/components/Team.tsx b/src/components/Team.tsx index 716c162..466b4ed 100644 --- a/src/components/Team.tsx +++ b/src/components/Team.tsx @@ -10,7 +10,7 @@ function Teams() { return (

Members

-
+

PSE is a team of 50 members, below you can find some of our team member's information.

{cards}
diff --git a/src/index.css b/src/index.css index c63bcdc..355e39f 100644 --- a/src/index.css +++ b/src/index.css @@ -52,7 +52,7 @@ h1 { p { color: var(--black); font-weight: 400; - font-size: 18px; + font-size: 1.125rem; line-height: 120%; padding: 0px; margin: 0px;