mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 17:41:21 +00:00
refactor: use accessible header hierarchy
This commit is contained in:
parent
6d5bc7afa8
commit
1a74e1236d
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@
|
||||||
<img src={headerImage} class="bg-black/50 w-full aspect-[21/9] object-cover object-top" alt="Post" />
|
<img src={headerImage} class="bg-black/50 w-full aspect-[21/9] object-cover object-top" alt="Post" />
|
||||||
</header>
|
</header>
|
||||||
<div class="p-4 space-y-4">
|
<div class="p-4 space-y-4">
|
||||||
<h6 class="h6">{headerSubTitle}</h6>
|
<header class="h6">{headerSubTitle}</header>
|
||||||
<h3 class="h3" data-toc-ignore>{title}</h3>
|
<span class="h3" data-toc-ignore>{title}</span>
|
||||||
<article>
|
<article>
|
||||||
<p>
|
<p>
|
||||||
{description}
|
{description}
|
||||||
|
|
Loading…
Reference in a new issue