Remove footer and add space to bottom of page

This commit is contained in:
Joe Hutchinson
2019-03-26 13:05:08 -04:00
parent fa4c278d69
commit f909d2f5d4
4 changed files with 2 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ body {
font-size: 1.1em;
background-color: #ecedef;
margin: 0;
padding: 0;
padding: 0 0 2em 0;
display: flex;
flex-direction: column;
align-items: center;