From aa6a27dd8bad9896252fe0f875f14b6d7912b07e Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sun, 15 May 2022 09:45:12 -0500 Subject: [PATCH] make the header bigger, and align header and content padding better --- incorporealcms/static/css/base.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/incorporealcms/static/css/base.css b/incorporealcms/static/css/base.css index 5918ad5..c0e0648 100644 --- a/incorporealcms/static/css/base.css +++ b/incorporealcms/static/css/base.css @@ -34,8 +34,8 @@ a { div.header { display: flex; justify-content: space-between; - font-size: 0.75em; - padding: 1em 1em; + font-size: 0.9em; + padding: 1rem 1rem; } div.header a { @@ -44,7 +44,7 @@ div.header a { div.content { font-size: 11pt; - padding: 0 1em; + padding: 0 1rem; line-height: 1.6em; }