Adjust padding

This commit is contained in:
Oliver Davies 2019-05-21 15:30:48 +01:00
parent 305a725281
commit f01e7fa82d

View file

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