Alter leading for h1 headings
This commit is contained in:
parent
7c3311f39e
commit
ff81e9b412
|
@ -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 %}
|
||||
|
|
Reference in a new issue