Commit e88ea1f
committed
fix(web): r3 final tightening — hero eyebrow pipe via CSS pseudo
The hero eyebrow rendered the JP yūhō phrase prefixed with a literal
" | " (full-width spaces around a pipe). On mobile (<=600 px) the
.hero-eyebrow wraps to a second line and the literal pipe-with-spaces
landed at the start of the wrapped JP run, reading as awkward leading
punctuation rather than a separator.
Fix: drop the inline separator from the JSX text content; render it
via .hero-eyebrow .jp::before with a dimmed mono pipe + 10 px
margin-right. Hidden at <=600 px so the wrap reads cleanly.
Typecheck clean, vitest 41/41.1 parent 092d8a4 commit e88ea1f
2 files changed
Lines changed: 18 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1329 | 1329 | | |
1330 | 1330 | | |
1331 | 1331 | | |
1332 | | - | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
1333 | 1349 | | |
1334 | 1350 | | |
1335 | 1351 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments