Fix footer spacing

This commit is contained in:
Oskar Winkels 2020-01-15 19:46:15 +01:00 committed by Oskar
parent 6447680719
commit add688f958
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ main {
overflow: auto;
width: 100%;
max-width: 700px;
margin: 42px auto;
padding-bottom: 46px; /* Footer height */
margin: 42px auto 0;
padding-bottom: 128px; /* Footer height */
text-align: center;
}