Skip to content

Commit

Permalink
next try
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergGamerdingerEKUT committed Apr 25, 2024
1 parent 57264c3 commit b99d674
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/widgets/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const {
---

<section class="relative bg-white md:-mt-[76px] not-prose" {...id ? { id } : {}}>
<div class="absolute h-10 pointer-events-none" aria-hidden="true"></div>
<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>
<div class="py-12 md:py-20">
Expand Down Expand Up @@ -69,7 +69,7 @@ const {
<div>
{
image && (
<div class="relative m-auto max-w-5xl">
<div class="relative m-auto max-w-5xl max-h-10">
{typeof image === 'string' ? (
<Fragment set:html={image} />
) : (
Expand Down
2 changes: 1 addition & 1 deletion src/components/widgets/Hero3.astro
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const {
<div>
{
image && (
<div class="relative m-auto max-w-5xl">
<div class="relative m-auto max-w-5xl max-h-10">
{typeof image === 'string' ? (
<Fragment set:html={image} />
) : (
Expand Down

0 comments on commit b99d674

Please sign in to comment.