aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorKinfe123 <[email protected]>2024-06-22 03:05:21 +0300
committerKinfe123 <[email protected]>2024-06-22 03:05:21 +0300
commit5c1927c6889feea5406b94aaf97adc4778f91b64 (patch)
treee0fb13131b0424aebed487cd57879d72afabf6c6 /apps
parentfix: input (diff)
downloadsupermemory-5c1927c6889feea5406b94aaf97adc4778f91b64.tar.xz
supermemory-5c1927c6889feea5406b94aaf97adc4778f91b64.zip
fix: margin leak
Diffstat (limited to 'apps')
-rw-r--r--apps/web/app/(landing)/Cta.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(landing)/Cta.tsx b/apps/web/app/(landing)/Cta.tsx
index a630a5de..6eeae084 100644
--- a/apps/web/app/(landing)/Cta.tsx
+++ b/apps/web/app/(landing)/Cta.tsx
@@ -11,7 +11,7 @@ function Cta() {
return (
<section
id="try"
- className="relative bg-page-gradient dark:[box-shadow:0_-20px_80px_-20px_#8686f01f_inset] min-h-[600px] border-[1px] border-white/20 flex flex-col gap-8 justify-center items-center mt-60 mb-44 w-3/4 rounded-3xl py-10 px-8 mx-auto"
+ className="relative bg-page-gradient dark:[box-shadow:0_-20px_80px_-20px_#8686f01f_inset] min-h-[600px] border-[1px] border-white/20 flex flex-col gap-8 justify-center items-center mt-32 mb-28 w-3/4 rounded-3xl py-10 px-8 mx-auto"
>
<div className="absolute -z-1 inset-0 rounded-3xl opacity-5 h-[600px] w-full bg-transparent bg-[linear-gradient(to_right,#f0f0f0_1px,transparent_1px),linear-gradient(to_bottom,#f0f0f0_1px,transparent_1px)] bg-[size:6rem_4rem] [mask-image:radial-gradient(ellipse_80%_50%_at_50%_0%,#000_70%,transparent_110%)]"></div>
<div className="absolute top-0 z-0 w-screen right-0 mx-auto h-[500px] overflow-hidden bg-inherit bg-[radial-gradient(ellipse_20%_80%_at_50%_-20%,rgba(120,119,198,0.3),rgba(255,255,255,0))]"></div>