From a42ce34aad7771d50642762c17ed5fcba6a696c0 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Mon, 18 Apr 2022 07:26:35 -0500 Subject: [PATCH] add a bit of whitespace in content text meant to help readability slightly, in part because of what I'm screwing around with in changing link and header colors --- incorporealcms/static/css/base.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/incorporealcms/static/css/base.css b/incorporealcms/static/css/base.css index 69811cb..870a9bd 100644 --- a/incorporealcms/static/css/base.css +++ b/incorporealcms/static/css/base.css @@ -60,7 +60,11 @@ div.header a { div.content { font-size: 11pt; padding: 0 1em; - line-height: 1.5em; + line-height: 1.6em; +} + +div.content p { + margin: 1.25em 0; } sup, sub {