From 5c8251d01a13d2c4144f3125d6947459e2d8ac69 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sun, 14 Jun 2020 10:01:07 -0500 Subject: [PATCH] explicitly set the footer margin-top --- incorporealcms/static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/incorporealcms/static/css/style.css b/incorporealcms/static/css/style.css index 7b78f14..cb32a3a 100644 --- a/incorporealcms/static/css/style.css +++ b/incorporealcms/static/css/style.css @@ -90,6 +90,7 @@ footer { font-size: 75%; color: #999; padding: 0 1em; + margin-top: 15px; } table {