From 737aed007b35c70cd3d1b6c3271f99ce91555b48 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 31 Jul 2019 00:41:32 -0400 Subject: [PATCH] adjust line-height --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index c6d59fc..86cf7ea 100644 --- a/style.css +++ b/style.css @@ -5,6 +5,7 @@ article, aside, footer, header, nav, section { body { font-family: FreeSans, sans-serif; + line-height: 1.4; padding: 1em; } -- 2.20.1