From ec042e466c579042221d499d736b9de55a00b6ca Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Mon, 18 Apr 2022 17:53:11 -0500 Subject: [PATCH] scoot the footer down a bit, and give it margins like the main content's --- incorporealcms/static/css/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/incorporealcms/static/css/base.css b/incorporealcms/static/css/base.css index 6dc34a2..2be8bd0 100644 --- a/incorporealcms/static/css/base.css +++ b/incorporealcms/static/css/base.css @@ -49,7 +49,7 @@ div.content { } @media only screen and (min-width: 70pc) { - div.content { + div.content, footer { margin-left: 5pc; margin-right: 5pc; } @@ -75,7 +75,7 @@ footer { color: #999; padding: 0 1em; padding-bottom: 16px; - margin-top: 15px; + margin-top: 30px; } table {