Commit 282554e
committed
Tune layout scale per impeccable layout rubric
Three reversible changes tuning the example-page layout against
https://skills.sh/pbakaus/impeccable/layout:
#1 h1 clamp 5.75rem → 3.75rem (vw scaling 7 → 4.5). Affects all
151 pages with an h1. Short titles like "Hello World" stop
swallowing the viewport while long titles remain readable.
#5 Notes section downweighted from <h2>Notes</h2> to an eyebrow,
so it reads as a tail of the walkthrough rather than a peer
of "Run the complete example". Playground h2 bumped to match
its rank as the page's second major beat. Affects all 109
example pages.
#6 .cell-banner--1 (108 examples + 3 prototypes) gains a
margin-block of var(--space-6) and figcaption max-width of
42ch, so single-figure banners breathe and captions
constrain to a comfortable measure.
All 39 tests pass; SEO/cache lint clears 110 pages.1 parent 2d9fe3b commit 282554e
8 files changed
Lines changed: 24 additions & 14 deletions
File tree
- public
- prototyping
- scripts
- src
- templates
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
| 111 | + | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments