mirror of https://github.com/jpanther/congo.git
💄 Make section heading more flexible
parent
ce39d7438e
commit
d8473ba7d5
|
@ -1,4 +1,4 @@
|
||||||
<section>
|
<section class="prose">
|
||||||
<h1 class="mb-3 text-4xl font-extrabold">{{ .Title }}</h1>
|
<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>
|
</section>
|
||||||
|
|
Loading…
Reference in New Issue