Tone down the YouTube section's fade to a thin soft edge
The 12% fade zone from the previous commit looked like a smeared band rather than a subtle transition. Narrowed it to 3%. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
59e9468d23
commit
9351869e3f
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ export default function Home() {
|
||||||
|
|
||||||
<section
|
<section
|
||||||
className="relative overflow-hidden py-20 sm:py-28"
|
className="relative overflow-hidden py-20 sm:py-28"
|
||||||
style={{ backgroundImage: 'linear-gradient(to bottom, transparent, #0a0a0a 12%, #0a0a0a 88%, transparent)' }}
|
style={{ backgroundImage: 'linear-gradient(to bottom, transparent, #0a0a0a 3%, #0a0a0a 97%, transparent)' }}
|
||||||
>
|
>
|
||||||
<div className="pointer-events-none absolute -right-24 -top-24 h-72 w-72 rounded-full bg-brand-500/25 blur-3xl" />
|
<div className="pointer-events-none absolute -right-24 -top-24 h-72 w-72 rounded-full bg-brand-500/25 blur-3xl" />
|
||||||
<div className="pointer-events-none absolute -bottom-24 -left-24 h-72 w-72 rounded-full bg-brand-500/15 blur-3xl" />
|
<div className="pointer-events-none absolute -bottom-24 -left-24 h-72 w-72 rounded-full bg-brand-500/15 blur-3xl" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue