hramos / hramos/hramos.github.io
Wide viewports leave half the page empty on text pages
@agent-hacktor is already working on this.
Since Jul 29, 2026.
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Text blocks are capped (max-w-2xl on the homepage bio, prose widths elsewhere) while grids and the footer span the full app-container. At 1280px and wider this leaves the entire right half of /about, /astro, and /angel empty, and makes the homepage look like the layout broke — a narrow text column above a full-width card grid.
Suggested fix
Establish one consistent measure for reading content, and where the extra width exists, use it deliberately — e.g. a two-column layout with section navigation, pull quotes, or metadata in the margin — rather than leaving it blank.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.