Fix footer spacing

This commit is contained in:
2020-01-15 19:46:15 +01:00
committed by Oskar
parent 6447680719
commit add688f958

View File

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