mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
fix: change first headline to H1
This commit is contained in:
@@ -25,7 +25,7 @@ const imageLength = entry.data.images.length;
|
||||
class="md:w-[66ch] lg:sticky lg:top-[calc(100vh_/_2_-_(max(30vh,_250px)_/_2))] lg:h-[max(30vh,_250px)] lg:w-full"
|
||||
{...animationDelay}
|
||||
>
|
||||
<Headline>{entry.data.title}</Headline>
|
||||
<Headline as="h1">{entry.data.title}</Headline>
|
||||
<slot />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user