Use p instead of skipping h levels
This commit is contained in:
parent
c65388aec3
commit
fdd22e00df
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
<div class="mb-3 w-full bg-black/60">
|
||||
<div class="py-2 px-4 mx-auto max-w-screen-xl text-white">
|
||||
<h1>{{ config.title }}</h1>
|
||||
<h5>{{ config.description }}</h5>
|
||||
<p class="text-lg">{{ config.description }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue