Skip to content

fix(banner): shrink .stack text to clear the monogram#22

Merged
amcheste merged 1 commit into
developfrom
fix/banner-svg-stack-overflow
May 12, 2026
Merged

fix(banner): shrink .stack text to clear the monogram#22
amcheste merged 1 commit into
developfrom
fix/banner-svg-stack-overflow

Conversation

@amcheste-ai-agent
Copy link
Copy Markdown
Contributor

The brand banner's bottom-right content stack was running into the A·ε·C monogram square. "AI-AMPLI" was clipped by the monogram.

Cause

When I added the inline stylesheet to the SVG in PR #20, I chose font metrics for the `.stack` class that were larger than what Claude Design's original render assumed:

  • font-size: 18px (theirs ~14px)
  • letter-spacing: 0.22em (theirs ~0.18em)

The 54-character uppercase string "PHILOSOPHIES · WORKFLOWS · CI AUTOMATION · AI-AMPLIFIED" overflowed the available 772px between `x=1444` (right panel start, baked into SVG markup) and `x=2216` (monogram start). The monogram's 88×88 square covered the overflow.

Fix

One-line stylesheet tune:

  • font-size: 18px → 14px
  • letter-spacing: 0.22em → 0.18em

Brand voice (uppercase tracked sans, IBM Plex Sans, weight 500) preserved. Only the metrics changed.

Follow-up

Once this lands, the release PR for v0.2.0 will follow. v0.2.0 (not v0.1.1) because the release contains a `feat:` commit (the brand banner from #20), and the handbook rule is `feat:` → minor bump.

The brand banner's bottom-right content stack (PHILOSOPHIES ·
WORKFLOWS · CI AUTOMATION · AI-AMPLIFIED) was running into the A·ε·C
monogram square because my stylesheet pass on the SVG used a larger
font-size (18px) and wider tracking (0.22em) than Claude Design's
original render. With those values, the 54-character uppercase string
overflowed the ~772px available between x=1444 (right panel start)
and x=2216 (monogram start), so "AI-AMPLI" was being clipped by the
monogram.

Tune: font-size 18px → 14px, letter-spacing 0.22em → 0.18em. The
text now fits comfortably with breathing room before the monogram.
Brand voice (uppercase tracked sans) is preserved; only the
metrics changed.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: amcheste <13696614+amcheste@users.noreply.github.com>
@amcheste-ai-agent amcheste-ai-agent Bot requested a review from amcheste as a code owner May 12, 2026 10:58
@amcheste amcheste merged commit b105cba into develop May 12, 2026
5 checks passed
@amcheste amcheste deleted the fix/banner-svg-stack-overflow branch May 12, 2026 11:34
@amcheste-ai-agent amcheste-ai-agent Bot mentioned this pull request May 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants