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 {
position: absolute;
}
.main-content {
margin-top: 20px;
.main-content, footer {
margin: 20px;
}
/* for cookie notice */