mirror of
https://github.com/privacy-scaling-explorations/website.git
synced 2026-05-02 03:02:01 -04:00
fix: px -> rem
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user