switch financials section to rem

This commit is contained in:
seotts 2020-09-01 14:30:25 -04:00 committed by Karishma Chadha
parent 969544da7f
commit 10baf9f7ff

View file

@ -209,7 +209,6 @@ h4 {
} }
h2 { h2 {
font-size: 52px;
margin-bottom: 72px; margin-bottom: 72px;
line-height: 64px; line-height: 64px;
} }
@ -244,8 +243,8 @@ h4 {
p { p {
text-align: left; text-align: left;
line-height: 24px; line-height: 1.5rem;
font-size: 16px; font-size: 1rem;
font-weight: bold; font-weight: bold;
margin: 0; margin: 0;
} }
@ -263,7 +262,7 @@ h4 {
margin-top: 52px; margin-top: 52px;
p { p {
font-size: 20px; font-size: 1.25rem;
} }
} }