1
0
Fork 0

Use p instead of skipping h levels

This commit is contained in:
Mo 2023-11-22 03:00:49 +01:00
parent c65388aec3
commit fdd22e00df

View file

@ -36,7 +36,7 @@
<div class="mb-3 w-full bg-black/60"> <div class="mb-3 w-full bg-black/60">
<div class="py-2 px-4 mx-auto max-w-screen-xl text-white"> <div class="py-2 px-4 mx-auto max-w-screen-xl text-white">
<h1>{{ config.title }}</h1> <h1>{{ config.title }}</h1>
<h5>{{ config.description }}</h5> <p class="text-lg">{{ config.description }}</p>
</div> </div>
</div> </div>
</div> </div>