File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Button from "./Button.astro";
55import " ../../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 >
You can’t perform that action at this time.
0 commit comments