make footer sticky

This commit is contained in:
John Hess 2024-06-07 18:15:38 -05:00
parent 5476cf39e9
commit 6c9b935592
6 changed files with 18 additions and 21 deletions

View file

@ -23,6 +23,9 @@ body {
.main-area {
margin: 0 auto;
overflow: hidden;
display: flex;
flex-direction: column;
min-height: 100vh;
}