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
|
@ -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…
Add table
Add a link
Reference in a new issue