diff --git a/themes/materialize/css/style.css b/themes/materialize/css/style.css index a15f2f4..a0508f2 100644 --- a/themes/materialize/css/style.css +++ b/themes/materialize/css/style.css @@ -1,7 +1,19 @@ +/*sticky footer*/ +body { + display: flex; + min-height: 100vh; + flex-direction: column; +} + +main { + flex: 1 0 auto; +} +/*ENDOF sticky footer*/ + .card-title { display: inline-block; } .card-subtitle { display: inline-block; font-size: 1.2rem; -} \ No newline at end of file +}