From 788a9cbaba54d7390e6a88e0292cf3a311e8380e Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sun, 2 Jan 2022 22:50:04 -0600 Subject: [PATCH] use a smaller font for the styled pages --- incorporealcms/static/css/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/incorporealcms/static/css/base.css b/incorporealcms/static/css/base.css index cb0c8fd..77d3c85 100644 --- a/incorporealcms/static/css/base.css +++ b/incorporealcms/static/css/base.css @@ -58,6 +58,7 @@ div.header a { } div.content { + font-size: 11pt; padding: 0 1em; line-height: 1.5em; }