Skip to content

Commit

Permalink
hero3 size
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergGamerdingerEKUT committed Apr 25, 2024
1 parent b4c2662 commit 4a6558c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/widgets/Hero3.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const {
---

<section class="relative md:-mt-[76px] not-prose" {...id ? { id } : {}}>
<div class="h10">
<div class="absolute inset-0 pointer-events-none" aria-hidden="true"></div>
<div class="relative max-w-7xl mx-auto px-4 sm:px-6">
<div class="pt-0 md:pt-[76px] pointer-events-none"></div>
Expand Down Expand Up @@ -89,4 +90,5 @@ const {
</div>
</div>
</div>
</div>
</section>

0 comments on commit 4a6558c

Please sign in to comment.