diff options
| author | Kinfe123 <[email protected]> | 2024-07-04 10:58:06 +0300 |
|---|---|---|
| committer | Kinfe123 <[email protected]> | 2024-07-04 10:58:06 +0300 |
| commit | 80709cffacc2dd4b665f44ee1a84e2ba0f1e8a10 (patch) | |
| tree | ad46ad16d291a6ebcb5a70182574c30c73fe61f9 | |
| parent | fix: responsiveness and image border radius (diff) | |
| download | supermemory-80709cffacc2dd4b665f44ee1a84e2ba0f1e8a10.tar.xz supermemory-80709cffacc2dd4b665f44ee1a84e2ba0f1e8a10.zip | |
fix: responsiveness on hero text
| -rw-r--r-- | apps/web/app/(landing)/Hero.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(landing)/Hero.tsx b/apps/web/app/(landing)/Hero.tsx index c81e1963..6f04b567 100644 --- a/apps/web/app/(landing)/Hero.tsx +++ b/apps/web/app/(landing)/Hero.tsx @@ -32,7 +32,7 @@ function Hero() { ...slap, transition: { ...slap.transition, delay: 0.2 }, }} - className="text-center mx-auto bg-[linear-gradient(180deg,_#FFF_0%,_rgba(255,_255,_255,_0.00)_202.08%)] bg-clip-text text-4xl tracking-tighter text-transparent md:text-7xl" + className="text-center mx-auto bg-[linear-gradient(180deg,_#FFF_0%,_rgba(255,_255,_255,_0.00)_202.08%)] bg-clip-text text-4xl tracking-tighter sm:text-5xl text-transparent md:text-6xl lg:text-7xl" > Unlock your{" "} <span className="text-transparent bg-clip-text bg-gradient-to-r to-blue-200 from-zinc-300"> |