No description
Two fixes for the previous baseline-align attempt: - 'Bifrost' was getting its italic ascender clipped because line-height was pinned at 1. Switched to line-height: 1.3 on .wordmark-project so the swash on the italic 'B' / 'f' has room to render. - The lockup was reading low overall because align-items: baseline + translateY(3px) on the SVG together shifted the SVG below the text baseline. Reverted to align-items: center for reliable cross-browser centring, dropped the SVG transform, and pulled the SVG height from 22 → 20 so the visible glyph height of the wordmark matches the cap- height of Newsreader at 18px more closely. The '·' bullet keeps a -2px nudge because Newsreader's bullet sits typographically above its baseline at this size. - 2px padding-top on .wordmark-project compensates for the small bit of descender slack at the bottom of the Fenja SVG — caps now sit on the same visible cap-line as the wordmark glyphs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| content | ||
| design | ||
| migrations | ||
| public | ||
| scripts | ||
| src | ||
| tests | ||
| .env.example | ||
| .gitignore | ||
| astro.config.mjs | ||
| CLAUDE.md | ||
| DECISIONS.md | ||
| HANDOVER.md | ||
| KNOWN_ISSUES.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| SPEC.md | ||
| todo.md | ||
| tsconfig.json | ||
| vitest.config.ts | ||