From 7ac654f14acf0be7a44dedf2e7fafba4f51b8ae6 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Mon, 19 Nov 2018 09:01:53 +0000 Subject: [PATCH] Add margin around whole of footer & main content --- assets/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/global.css b/assets/global.css index 38fa0d2..6ec398c 100644 --- a/assets/global.css +++ b/assets/global.css @@ -56,8 +56,8 @@ body { .app-bar { position: absolute; } -.main-content { - margin-top: 20px; +.main-content, footer { + margin: 20px; } /* for cookie notice */