empty.tpl: add same content margin on bottom than on top
This commit is contained in:
parent
1f927b2487
commit
f16bfb5278
1 changed files with 1 additions and 1 deletions
|
@ -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'}
|
||||||
|
|
Loading…
Reference in a new issue