Add midnight README header - #70
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f52e1a9426
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| Generated from Intercom's pinned OpenAPI specification.<br /> | ||
| Hand-shaped for Go applications. | ||
| </p> | ||
| <img src="./docs/assets/intercom-go-header.svg" alt="intercom-go — an unofficial, community-maintained Go SDK compatible with the Intercom API" /> |
There was a problem hiding this comment.
Make the banner fill the README width
In GitHub's README rendering, this <img> has no explicit width and the referenced SVG defines only a viewBox, so the browser uses the SVG's default replaced-element size (approximately 300×90 here); GitHub's max-width: 100% styling can shrink images but does not upscale them. Consequently, the intended full-width header appears as a small centered banner unless the image receives an explicit responsive width or the SVG supplies intrinsic dimensions.
Useful? React with 👍 / 👎.
Summary
Impact
The README now opens with one cohesive visual hero while preserving the existing badges, navigation, naming explanation, and documentation content.
Verification
xmllint --noout docs/assets/intercom-go-header.svggit diff --checkmake pre-pushwith workspace-local Go caches (99.9% coverage, API compatibility, generation check, static analysis, and govulncheck passed)