Add spacing between content and footer

This commit is contained in:
Jake Howard 2022-06-19 15:58:00 +01:00
parent 00e1d28f4e
commit dae91f9279
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -16,3 +16,7 @@ body {
display: flex;
flex-direction: column;
}
main {
margin-bottom: 1rem;
}