Commit theme changes from pairing with Chris

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent 789b665522
commit 4bf3f51546
8 changed files with 45 additions and 74 deletions

View file

@ -2,7 +2,7 @@
{% block content_wrapper %}
<div>
<h1>{{ page.title }}</h1>
<h1 class="text-2xl font-bold">{{ page.title }}</h1>
{{ parent() }}
</div>