Skip to content

Commit

Permalink
px -> rem in custom styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewheeler committed Nov 5, 2024
1 parent c7c91a8 commit b42a304
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/custom-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ body {
}

h1 {
font-size: 40px;
font-size: 2.5rem;
font-weight: 700;
line-height: 50.28px;
line-height: 3.125rem;
text-align: left;
}

Expand All @@ -76,8 +76,8 @@ h3 {
color: #224a58;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 700;
font-size: 22px;
line-height: 27, 65px;
font-size: 1.38rem;
line-height: 27, 4rem;
}

ul {
Expand Down

0 comments on commit b42a304

Please sign in to comment.