From 67e18906295d3133324d89f22550a589b68c0273 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Mon, 7 Dec 2020 21:55:56 -0600 Subject: [PATCH] increase the line height for readability(?) --- incorporealcms/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incorporealcms/static/css/style.css b/incorporealcms/static/css/style.css index 751cfb3..9687cd2 100644 --- a/incorporealcms/static/css/style.css +++ b/incorporealcms/static/css/style.css @@ -78,7 +78,7 @@ section.content { font-size: 11pt; padding: 0 1em; - line-height: 1.5em; + line-height: 1.7em; } footer {