templates/page.tmpl: do not use mt-auto to set content padding
All checks were successful
/ render (push) Successful in 32s
All checks were successful
/ render (push) Successful in 32s
This commit is contained in:
parent
383b331319
commit
1d84f00eec
2 changed files with 3 additions and 3 deletions
4
base/css/bootstrap.local.css
vendored
4
base/css/bootstrap.local.css
vendored
|
@ -13,8 +13,8 @@ a {
|
|||
-------------------------------------------------- */
|
||||
/* Not required for template or sticky footer method. */
|
||||
|
||||
body > .container {
|
||||
padding: 80px 15px 15px;
|
||||
main > .container {
|
||||
padding: 80px 15px 0;
|
||||
}
|
||||
|
||||
.pagedate {
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
</nav>
|
||||
</header>
|
||||
|
||||
<main class="flex-shrink-0 mt-auto">
|
||||
<main class="flex-shrink-0">
|
||||
<div class="container" id="content">
|
||||
<TMPL_VAR CONTENT>
|
||||
<TMPL_IF ENCLOSURE>
|
||||
|
|
Loading…
Reference in a new issue