Add spacing between content and footer
This commit is contained in:
parent
00e1d28f4e
commit
dae91f9279
1 changed files with 4 additions and 0 deletions
|
@ -16,3 +16,7 @@ body {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
main {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue