From 337f768820e143e3cb6e5e617128591efab12093 Mon Sep 17 00:00:00 2001 From: Chance Date: Thu, 9 Jun 2022 12:20:38 -0500 Subject: [PATCH] fix: px -> rem --- src/components/Team.tsx | 2 +- src/index.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;