No description
Three small adjustments so the lockup reads as one mark, not a logo next to a label: - align-items: baseline on .wordmark-link so the typographic baseline drives vertical alignment (instead of bounding-box centres). - 'Project' + 'Bifrost' bumped from text-body-md (16px) to 18px with line-height: 1 and tracking-snug. The bigger weight matches the visible glyph height of the Fenja SVG and pulls the bullet into conversation with the wordmark instead of floating between them. - The Fenja SVG gets a translateY(3px) nudge to compensate for the descender slack in its 265×101 viewBox — the SVG's actual baseline sits a couple of px above its bounding-box bottom, so the flex baseline-align would otherwise place 'fenja' above the text baseline. - The '·' separator drops 1px and grows to 18px so it sits between the two marks rather than floating above them. The exact numbers are empirical — eyeballed in dev — but the rationale each pin to a baseline relationship rather than 'magic px offset'. 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 | ||