diff --git a/src/frontend.template.php b/src/frontend.template.php index ab3a8ab..92e3d59 100644 --- a/src/frontend.template.php +++ b/src/frontend.template.php @@ -258,8 +258,7 @@ $purifier = new HTMLPurifier($purifier_config); \ No newline at end of file diff --git a/src/style.css b/src/style.css index de9345d..423a012 100644 --- a/src/style.css +++ b/src/style.css @@ -1,12 +1,21 @@ - html > body { /* override bootstrap background */ background: #f9f9f9; + + display: flex; + min-height: 100vh; + flex-direction: column; } -footer p { - margin-top: 50px; +main { + flex: 1; + padding-bottom: 30px; +} + +footer { + font-size: 12px; text-align: center; + padding-top: 1em; } .card-block { @@ -28,11 +37,6 @@ header { margin-bottom: 15px; } -#openRandomButton { - - margin-top: 6px; -} - .email-table > .email { border-top: 5px solid #7C96AB;