Move padding, prevent scrolling
This commit is contained in:
parent
b9ba0f4f00
commit
305a725281
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
{% block content_wrapper %}
|
{% block content_wrapper %}
|
||||||
<main class="tw-justify-start">
|
<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">
|
<h1 class="tw-mt-0">
|
||||||
{% block title %}{{ page.title }}{% endblock %}
|
{% block title %}{{ page.title }}{% endblock %}
|
||||||
</h1>
|
</h1>
|
||||||
|
@ -15,5 +16,6 @@
|
||||||
|
|
||||||
{% block content_bottom %}{% endblock %}
|
{% block content_bottom %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue