Skip to content

Commit 514b98e

Browse files
fix: match spotlight to project-navi-site reference spec
Use centered positioning (left:50% + translateX(-50%)), width:150%, height:100%, and transparent 50% gradient — exact match to the main project-navi-site pillar.css spotlight. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6c3462f commit 514b98e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,11 @@
5151
.hero::before {
5252
content: '';
5353
position: absolute;
54-
top: 0; left: 0; right: 0;
55-
height: 300px;
54+
top: 0;
55+
left: 50%;
56+
transform: translateX(-50%);
57+
width: 150%;
58+
height: 100%;
5659
background: radial-gradient(ellipse at center top, rgba(126, 184, 168, 0.08) 0%, transparent 50%);
5760
pointer-events: none;
5861
z-index: -1;

0 commit comments

Comments
 (0)