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

This commit is contained in:
Antoine Martin 2024-09-17 17:39:27 +00:00
parent fe8895cde5
commit 6742db609f
63 changed files with 159 additions and 159 deletions

View file

@ -75,7 +75,7 @@
</nav>
</header>
<main class="flex-shrink-0 mt-auto">
<main class="flex-shrink-0">
<div class="container" id="content">
<h1>Bootstrap features</h1>
@ -231,10 +231,10 @@ but it also allows an extra class to be specified to change the style per bar.</
<div class="pagedate text-muted">
<span class="created">Created <time datetime="2024-09-17T17:36:00Z" class="dt-published">Tue Sep 17 17:36:00 2024</time>.</span>
<span class="created">Created <time datetime="2024-09-17T17:39:21Z" class="dt-published">Tue Sep 17 17:39:21 2024</time>.</span>
<span class="edited">
Edited <time datetime="2024-09-17T17:36:00Z">Tue Sep 17 17:36:00 2024</time>.
Edited <time datetime="2024-09-17T17:39:21Z">Tue Sep 17 17:39:21 2024</time>.
</span>
</div>