From beea0c80bf95e8f3e6ab6d9034f92c894cb91589 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Thu, 28 May 2020 12:18:28 -0500 Subject: [PATCH] CSS: slightly tweak/specify the text size/height --- incorporealcms/static/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/incorporealcms/static/css/style.css b/incorporealcms/static/css/style.css index a587bb0..7b78f14 100644 --- a/incorporealcms/static/css/style.css +++ b/incorporealcms/static/css/style.css @@ -79,7 +79,10 @@ section.nav a { } section.content { + font-size: 11pt; + padding: 0 1em; + line-height: 1.5em; } footer {