Skip to content

Bump type scale, widen page container, fix tiny font sizes#50

Merged
DJBsec merged 1 commit intomainfrom
feature/codex-strategic
May 10, 2026
Merged

Bump type scale, widen page container, fix tiny font sizes#50
DJBsec merged 1 commit intomainfrom
feature/codex-strategic

Conversation

@DJBsec
Copy link
Copy Markdown
Owner

@DJBsec DJBsec commented May 10, 2026

Two-part legibility pass after user feedback:

Type scale — bumped --text-2xs from 0.625rem to 0.78rem (was ~10px, now ~12.5px) and --text-xs from 0.75 to 0.88rem. Replaced hardcoded 0.58/0.6/0.62/0.68/0.75/0.8/0.82rem literals in _cards.scss and _home.scss with the tokens. CVE rows on home page jump from 0.6rem meta / 0.8rem body to var(--text-xs) / 1rem with 1.45 line-height — the explicit case the user called unreadable.

Width — _config.yml max_width 1200px → 1500px. Converted col-lg-10/11 wrappers on grid pages (tools, start-here, templates, blue-team, calendar) to col-12 so cards/tables fill the page. Added .post > article > p,ul,ol max-width: 78ch in _page.scss to keep long-form prose readable at the new width; .row, grids, .table-responsive, table opt out.

Build clean.

Two-part legibility pass after user feedback:

Type scale — bumped --text-2xs from 0.625rem to 0.78rem (was ~10px,
now ~12.5px) and --text-xs from 0.75 to 0.88rem. Replaced hardcoded
0.58/0.6/0.62/0.68/0.75/0.8/0.82rem literals in _cards.scss and
_home.scss with the tokens. CVE rows on home page jump from 0.6rem
meta / 0.8rem body to var(--text-xs) / 1rem with 1.45 line-height —
the explicit case the user called unreadable.

Width — _config.yml max_width 1200px → 1500px. Converted
col-lg-10/11 wrappers on grid pages (tools, start-here, templates,
blue-team, calendar) to col-12 so cards/tables fill the page.
Added .post > article > p,ul,ol max-width: 78ch in _page.scss to
keep long-form prose readable at the new width; .row, grids,
.table-responsive, table opt out.

Build clean.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@DJBsec DJBsec merged commit 828d8c0 into main May 10, 2026
3 of 5 checks passed
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.

1 participant