Skip to content

Commit e448262

Browse files
fix
1 parent 9f17478 commit e448262

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 w-[1200px] md:w-[1920px] h-[300px] md:h-[480px] bg-[#155dfc]/7 top-[-50px] md:top-[-100px] rounded-full blur-3xl -z-10" />
299+
<div className="absolute left-1/2 -translate-x-1/2 w-[1200px] md:w-[1920px] h-[300px] md:h-[480px] bg-[#155dfc]/6 top-[-50px] md:top-[-100px] rounded-full blur-3xl -z-10" />
300300
</div>
301301

302302
{/* Content */}

0 commit comments

Comments
 (0)