From e8a749d9ba085d65945195b7041df3adc067de31 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Fri, 12 Feb 2021 09:21:21 -0600 Subject: [PATCH] Revert "tweak the base text line height, again" This reverts commit 1878d5951bf02aa95a90645b0310cd768fc81b32. the more I look at this, the more I like the old text spacing --- 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 ed2b1da..21416f3 100644 --- a/incorporealcms/static/css/style.css +++ b/incorporealcms/static/css/style.css @@ -81,7 +81,7 @@ div.content { font-size: 11pt; padding: 0 1em; - line-height: 1.4em; + line-height: 1.5em; } sup, sub {