diff --git a/src/views/annual-report/annual-report.scss b/src/views/annual-report/annual-report.scss index 1bd6d6838..f6dfbca51 100644 --- a/src/views/annual-report/annual-report.scss +++ b/src/views/annual-report/annual-report.scss @@ -209,7 +209,6 @@ h4 { } h2 { - font-size: 52px; margin-bottom: 72px; line-height: 64px; } @@ -244,8 +243,8 @@ h4 { p { text-align: left; - line-height: 24px; - font-size: 16px; + line-height: 1.5rem; + font-size: 1rem; font-weight: bold; margin: 0; } @@ -263,7 +262,7 @@ h4 { margin-top: 52px; p { - font-size: 20px; + font-size: 1.25rem; } }