Skip to content

Commit 7d108af

Browse files
fix
1 parent df2cfe4 commit 7d108af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export default function Index() {
296296
<div className="relative mx-auto w-full max-w-[1000px] 2xl:max-w-[1200px] px-4 md:px-6 lg:px-0 pt-12 md:pt-[100px] pb-12 md:pb-[100px]">
297297
{/* Background ellipse */}
298298
<div className="relative">
299-
<div className="absolute left-1/2 -translate-x-1/2 -translate-y-1/4 w-[720px] h-[720px] bg-[#155dfc]/6 top-0 rounded-full blur-3xl -z-10" />
299+
<div className="absolute left-1/2 -translate-x-1/2 -translate-y-1/4 w-[900px] h-[900px] bg-[#155dfc]/4 top-0 rounded-full blur-3xl -z-10" />
300300
</div>
301301

302302
{/* Content */}

0 commit comments

Comments
 (0)