From 0a3c85bb42265a8bc2c7f974e2d45daccdfcb390 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sun, 12 Mar 2023 15:35:42 +0000 Subject: [PATCH] [STYLE] Padding above footer --- breccia_mapper/static/css/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/breccia_mapper/static/css/global.css b/breccia_mapper/static/css/global.css index 437e932..617e16c 100644 --- a/breccia_mapper/static/css/global.css +++ b/breccia_mapper/static/css/global.css @@ -14,6 +14,7 @@ body { main { padding-top: 12px; + margin-bottom: 12px; } form {