From 683bd3e86081291de29e93608ec0aa97906dfdaa Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 21 May 2018 15:50:50 -0400 Subject: [PATCH] bumping font size and reducing line height for the page content --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 70272c1..aa72ca6 100644 --- a/style.css +++ b/style.css @@ -176,9 +176,9 @@ select, textarea { color: #404040; font-family: 'Goudy Bookletter 1911', Georgia, serif; - line-height: 1.5; + line-height: 1.2; font-weight: 300; - font-size: 16px; + font-size: 18px; } h1, -- 2.17.1