style(design): FINDING-007 — add text-wrap: balance to headings

This commit is contained in:
Claude Agent
2026-03-19 23:29:09 +00:00
parent 039cbb1438
commit 73fe53394e

View File

@@ -35,6 +35,10 @@ body {
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
text-wrap: balance;
}
/* ── Checkboxes — accessible size ────────────────── */
input[type="checkbox"] {
width: 1.125rem;