adapt body height to display footer without vertical scrollbar

This commit is contained in:
Tchama 2020-06-02 17:28:42 +02:00
parent 2ba479197e
commit 9a3b1148c1

View File

@ -25,7 +25,7 @@ header {
#content_conainter {
position: relative;
min-height: calc(100% - 100px);
min-height: calc(100% - 145px);
}
#content_conainter:before {