diff --git a/htdocs/css/general.css b/htdocs/css/general.css index a6880ef..b23b2db 100644 --- a/htdocs/css/general.css +++ b/htdocs/css/general.css @@ -42,6 +42,17 @@ div.footer { margin: 0; } +div.fill { + display: flex; + flex-direction: column; + min-height: 76.6vh; + max-height: 76.6vh; /* body takes whole viewport's height */ +} + +.fill-content { + flex: 1; /* this will make the container take the free space */ +} + .padded { padding-top: 10px; padding-right: 15px; diff --git a/htdocs/index.html b/htdocs/index.html index b40173c..2419a4c 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -176,10 +176,12 @@