We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5470c8d commit 9f17478Copy full SHA for 9f17478
app/page.tsx
@@ -296,7 +296,7 @@ export default function Index() {
296
<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]">
297
{/* Background ellipse */}
298
<div className="relative">
299
- <div className="absolute left-1/2 -translate-x-1/2 w-[600px] md:w-[960px] h-[300px] md:h-[480px] bg-[#155dfc]/7 top-[-50px] md:top-[-100px] rounded-full blur-3xl -z-10" />
+ <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" />
300
</div>
301
302
{/* Content */}
0 commit comments