Move padding, prevent scrolling
This commit is contained in:
parent
b9ba0f4f00
commit
305a725281
|
@ -2,18 +2,20 @@
|
|||
|
||||
{% 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">
|
||||
<h1 class="tw-mt-0">
|
||||
{% block title %}{{ page.title }}{% endblock %}
|
||||
</h1>
|
||||
<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>
|
||||
|
||||
{% block content_wrapper_inner %}
|
||||
<div class="markup">
|
||||
{% block content %}{% endblock %}
|
||||
{% block content_wrapper_inner %}
|
||||
<div class="markup">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block content_bottom %}{% endblock %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block content_bottom %}{% endblock %}
|
||||
</div>
|
||||
</main>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue