💄 Make section heading more flexible

This commit is contained in:
James Panther
2021-08-16 10:16:02 +10:00
parent ce39d7438e
commit d8473ba7d5
+2 -2
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>