diff --git a/app/static/css/custom.css b/app/static/css/custom.css index 3017762..aac9272 100644 --- a/app/static/css/custom.css +++ b/app/static/css/custom.css @@ -1,6 +1,8 @@ body { + display: flex; + flex-direction: column; + min-height: 100vh; background-color: #f8f8f8; - height: 100%; } #wrapper { @@ -47,20 +49,18 @@ a { padding-bottom: 20px; width: 100%; } + +.container { + flex: 1; +} + .footer { background-color: #DCDCDC; - /* position:fixed; */ - left:0; color: #1e2433; text-align: center; - bottom: 0; width: 100%; padding-top: 12px; height: 85px; line-height: 30px; - margin-top: 50px; -} - -* { - margin: 0; + margin-top: auto; }