From 6fa49d012a6a85111146284184031b7686afb020 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Fri, 22 May 2020 09:35:16 -0500 Subject: [PATCH] Adjust line height --- www/css/core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/core.css b/www/css/core.css index 0c874174..d52f20fa 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -119,7 +119,7 @@ html{ -webkit-hyphens: auto; hyphens: auto; font-size: 22px; - line-height: 1.3; + line-height: 1.4; /* fallback for ie */ background: #e9e7e0; background: var(--body-bg);