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. */
|
/* Not required for template or sticky footer method. */
|
||||||
|
|
||||||
body > .container {
|
main > .container {
|
||||||
padding: 80px 15px 15px;
|
padding: 80px 15px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagedate {
|
.pagedate {
|
||||||
|
|
|
@ -103,7 +103,7 @@
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main class="flex-shrink-0 mt-auto">
|
<main class="flex-shrink-0">
|
||||||
<div class="container" id="content">
|
<div class="container" id="content">
|
||||||
<TMPL_VAR CONTENT>
|
<TMPL_VAR CONTENT>
|
||||||
<TMPL_IF ENCLOSURE>
|
<TMPL_IF ENCLOSURE>
|
||||||
|
|
Loading…
Reference in a new issue