Add margin around whole of footer & main content

This commit is contained in:
Matthew Grove
2018-11-19 09:01:53 +00:00
committed by GitHub
parent ff5e02e8ae
commit 7ac654f14a

View File

@@ -56,8 +56,8 @@ body {
.app-bar { .app-bar {
position: absolute; position: absolute;
} }
.main-content { .main-content, footer {
margin-top: 20px; margin: 20px;
} }
/* for cookie notice */ /* for cookie notice */