💄 Make section heading more flexible

pull/2/head
James Panther 2021-08-16 10:16:02 +10:00
parent ce39d7438e
commit d8473ba7d5
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<section>
<section class="prose">
<h1 class="mb-3 text-4xl font-extrabold">{{ .Title }}</h1>
<p class="mt-8 mb-12 text-gray-400 dark:text-gray-500">{{ .Description }}</p>
<section>{{ .Content }}</section>
</section>