Move top margin onto a wrapper div

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent d560d48f68
commit f0ca1d4d79
3 changed files with 5 additions and 3 deletions

View file

@ -4,6 +4,8 @@
<div>
<h1 class="text-xl font-bold md:text-2xl">{{ page.title }}</h1>
{{ parent() }}
<div class="mt-4">
{{ parent() }}
</div>
</div>
{% endblock %}