Skip to content

Commit

Permalink
Merge pull request #426 from significa/feat-slogan-make-heading-h1
Browse files Browse the repository at this point in the history
Slogan Block > H1 Heading
  • Loading branch information
j5gomes authored Dec 5, 2024
2 parents b660722 + baec990 commit c4967d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/blocks/slogan.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@

<div use:storyblokEditable={block} class="container mx-auto px-container md:mt-14 lg:mt-20">
<div class="max-w-[1145px]">
<p class="mt-10 text-7xl font-bold">
<h1 class="mt-10 text-7xl font-bold">
{block.heading}
</p>
</h1>

<p class="text-7xl font-bol text-foreground-secondary">
{block.subheading}
</p>
Expand Down

0 comments on commit c4967d8

Please sign in to comment.