diff --git a/static/mainpage.css b/static/mainpage.css index 14b891c..4c38e1c 100644 --- a/static/mainpage.css +++ b/static/mainpage.css @@ -1,3 +1,9 @@ +body { + /* Used to move footer at bottom of the page */ + display: flex; + flex-direction: column; +} + .groups { } @@ -10,7 +16,7 @@ } .home { - height: calc(100vh - 50px); + margin-bottom: auto; padding: 1.875rem; }