From 968b4c9d9fa29336e14ec932dcb58c44796149ae Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Mon, 13 Feb 2017 14:06:11 -0800 Subject: [PATCH] better type size --- website/source/assets/stylesheets/_home.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/assets/stylesheets/_home.scss b/website/source/assets/stylesheets/_home.scss index fb0a0452d9..14c2aacca3 100755 --- a/website/source/assets/stylesheets/_home.scss +++ b/website/source/assets/stylesheets/_home.scss @@ -18,7 +18,7 @@ body.page-home { h3{ margin-bottom: 10px; - font-size: 18px; + font-size: 20px; line-height: 1.2; letter-spacing: 1px; text-transform: uppercase; @@ -26,7 +26,7 @@ body.page-home { } p{ - font-size: 15px; + font-size: 16px; line-height: 1.5; font-weight: regular; margin-bottom: 2.2em;