From 404293224071b02f7f236cb79af2b844a0fa7316 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Tue, 8 Dec 2020 18:56:49 -0600 Subject: [PATCH] tone down the line-height a bit I think the color changes and using viewport magic has helped readability a bit --- 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 a956416..850f5da 100644 --- a/incorporealcms/static/css/style.css +++ b/incorporealcms/static/css/style.css @@ -81,7 +81,7 @@ section.content { font-size: 11pt; padding: 0 1em; - line-height: 1.7em; + line-height: 1.5em; } footer {