templates/page.tmpl: do not use mt-auto to set content padding
All checks were successful
/ render (push) Successful in 32s

This commit is contained in:
IkiWiki 2024-09-17 13:39:02 -04:00
parent 383b331319
commit 1d84f00eec
Signed by untrusted user who does not match committer: forge
GPG key ID: D62A472A4AA7D541
2 changed files with 3 additions and 3 deletions

View file

@ -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 {

View file

@ -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>