Skip to content

Commit a09c356

Browse files
committed
Fix styling
1 parent bc97c39 commit a09c356

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/homepage/DecorativeBackground.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ import "../../styles/global.css";
55
<div aria-hidden="true" class="pointer-events-none fixed inset-0 -z-10 overflow-hidden">
66
<div class="absolute -top-24 -left-24 h-96 w-96 rounded-full bg-[#ed3b26]/10 blur-3xl"></div>
77
<div class="absolute -bottom-24 -right-24 h-[28rem] w-[28rem] rounded-full bg-[#ed3b26]/10 blur-3xl"></div>
8-
98
</div>

src/components/homepage/Hero.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Button from "./Button.astro";
55
import "../../styles/global.css";
66
---
77
<!-- Hero: Refined, conservative layout with subtle depth -->
8-
<section class="relative isolate">
8+
<section class="relative isolate overflow-x-clip">
99
<!-- Single soft radial background -->
1010
<div aria-hidden="true" class="pointer-events-none absolute inset-0 -z-10">
1111
<div class="absolute left-1/2 top-[-15%] h-[36rem] w-[36rem] -translate-x-1/2 rounded-full bg-[#ed3b26]/10 blur-[100px]"></div>

0 commit comments

Comments
 (0)