From 7445f0a45734be78b87a800310017cf57d43dfc1 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 3 Mar 2019 19:52:24 +0100 Subject: [PATCH] Add margin bottom to body --- map/static/map/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/map/static/map/style.css b/map/static/map/style.css index a1782b1..473233c 100644 --- a/map/static/map/style.css +++ b/map/static/map/style.css @@ -10,3 +10,7 @@ #quick-actions { margin-bottom: 1em; } + +body { + margin-bottom: 1em; +}