From 1878d5951bf02aa95a90645b0310cd768fc81b32 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 10 Feb 2021 23:45:01 -0600 Subject: [PATCH] tweak the base text line height, again --- 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 c54b7a6..40af3a9 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.5em; + line-height: 1.4em; } footer {