empty.tpl: add same content margin on bottom than on top

This commit is contained in:
Benjamin Renard 2024-12-03 03:15:08 +01:00
parent 1f927b2487
commit f16bfb5278
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -98,7 +98,7 @@
{/block} {/block}
{block name="main"} {block name="main"}
<main class="flex-shrink-0 mt-2"> <main class="flex-shrink-0 mt-2 mb-2">
<div class="container"> <div class="container">
{block name="pagetitle"}{if $pagetitle}<h1 class="mt-5">{$pagetitle}</h1>{/if}{/block} {block name="pagetitle"}{if $pagetitle}<h1 class="mt-5">{$pagetitle}</h1>{/if}{/block}
{include file='Tpl:errors.tpl'} {include file='Tpl:errors.tpl'}