fix: smartin3.de — tighten hero gradient, smaller radius to avoid page-wide glow

This commit is contained in:
m
2026-04-18 21:19:31 +02:00
parent 4315f4c2c0
commit f6c9eddfe4

View File

@@ -87,10 +87,10 @@
position: absolute;
top: 60px; left: 50%;
transform: translateX(-50%);
width: 100vw; height: 500px;
width: 100vw; height: 400px;
background:
radial-gradient(ellipse at 40% 50%, var(--orange-glow) 0%, transparent 60%),
radial-gradient(ellipse at 60% 40%, var(--blue-glow) 0%, transparent 60%);
radial-gradient(ellipse at 40% 50%, var(--orange-glow) 0%, transparent 50%),
radial-gradient(ellipse at 60% 40%, var(--blue-glow) 0%, transparent 50%);
pointer-events: none;
z-index: -1;
}