diff --git a/app/assets/stylesheets/partials/_typography.scss b/app/assets/stylesheets/partials/_typography.scss index 40164f2..1060918 100644 --- a/app/assets/stylesheets/partials/_typography.scss +++ b/app/assets/stylesheets/partials/_typography.scss @@ -6,7 +6,7 @@ .hero-text { font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 500; - font-size: 1.2rem; + font-size: 2rem; } .footer { @@ -17,4 +17,5 @@ body { font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-size: 1.2em; }