Move padding, prevent scrolling

This commit is contained in:
Oliver Davies 2019-05-21 13:07:37 +01:00
parent b9ba0f4f00
commit 305a725281

View file

@ -2,7 +2,8 @@
{% block content_wrapper %}
<main class="tw-justify-start">
<div class="tw-w-full tw-max-w-6xl tw-px-6 tw-mx-auto tw-my-10">
<div class="tw-w-full tw-max-w-6xl tw-mx-auto tw-my-10">
<div class="tw-px-4">
<h1 class="tw-mt-0">
{% block title %}{{ page.title }}{% endblock %}
</h1>
@ -15,5 +16,6 @@
{% block content_bottom %}{% endblock %}
</div>
</div>
</main>
{% endblock %}