Skip to content

Commit df37f80

Browse files
fix: widen hero glow gradient to prevent hard cutoff
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1f8674c commit df37f80

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/stylesheets/navi.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,10 @@ body {
216216
content: '';
217217
position: absolute;
218218
top: 0;
219-
left: 0;
220-
right: 0;
221-
height: 200px;
219+
left: 50%;
220+
transform: translateX(-50%);
221+
width: 150%;
222+
height: 100%;
222223
background: radial-gradient(
223224
ellipse at center top,
224225
rgba(126, 184, 168, 0.08) 0%,

0 commit comments

Comments
 (0)