Alter leading for h1 headings

This commit is contained in:
Oliver Davies 2019-01-09 17:41:33 +00:00
parent 7c3311f39e
commit ff81e9b412

View file

@ -8,7 +8,7 @@
<div class="mt-24 max-w-xl px-4 mx-auto">
<main id="main-content">
{% block page_title_wrapper %}
<h1 class="mb-4">
<h1 class="leading-tight mb-4">
{% block page_title %}{{ page.title }}{% endblock %}
</h1>
{% endblock %}