fix(web): set hero row-to-card spacing to 8

This commit is contained in:
Yif
2026-08-10 21:52:23 +08:00
parent 4bee3f73ef
commit 021ecb53c5

View File

@@ -264,8 +264,8 @@
position: relative; /* .heroGlow positioning context */
align-self: center;
/* figma 75:8208 drew 12 between all three rows; the workspace row now sits
6 above the card (its margin-top restores 12 under the hero chrome). */
gap: 6px;
8 above the card (its margin-top restores 12 under the hero chrome). */
gap: 8px;
/* Foot inside the centered box floats the stack a bit above true center. */
padding-bottom: 32px;
/* Card cap + both clearances: the hero input card lands at exactly the same
@@ -295,7 +295,7 @@
align-items: center;
gap: 2px;
min-width: 0;
margin-top: 6px;
margin-top: 4px;
/* figma drew px 8; nudged +12 so the chip's folder glyph lines up closer to
the card's inner controls below. */
padding-left: 20px;