fix: px -> rem

This commit is contained in:
Chance
2022-06-09 12:20:38 -05:00
parent a29ef91bc2
commit 337f768820
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ function Teams() {
return (
<div id="Team">
<h1 className="">Members</h1>
<div style={{ height: '24px' }} />
<div style={{ height: '1.5rem' }} />
<p>PSE is a team of 50 members, below you can find some of our team member's information.</p>
<div className="Cards">{cards}</div>
</div>

View File

@@ -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;