Fix page widths

This commit is contained in:
Oliver Davies 2019-05-14 22:23:01 +01:00
parent cd4c12be58
commit 3d8a8f6bf7

View file

@ -2,7 +2,7 @@
{% block content_wrapper %}
<main>
<div class="tw-max-w-6xl tw-px-6 tw-mx-auto tw-my-10">
<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>