Skip to content

Commit

Permalink
reset hero3 size
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-teufel authored Apr 25, 2024
1 parent 50281c5 commit 8a09479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/widgets/Hero3.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ const {
} = Astro.props;
---

<section class="relative md:-mt-[20px] not-prose" {...id ? { id } : {}}>
<section class="relative md:-mt-[76px] not-prose" {...id ? { id } : {}}>
<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-[20px] pointer-events-none"></div>
<div class="pt-0 md:pt-[76px] pointer-events-none"></div>
<div class="py-12 md:py-20">
<div class="text-center pb-10 md:pb-16 max-w-5xl mx-auto">
{
Expand Down

0 comments on commit 8a09479

Please sign in to comment.