Auto-deploy: 2026-08-05 17:30:32

This commit is contained in:
Hamza-Ayed
2026-08-05 17:30:32 +03:00
parent 7fc37228cc
commit 7fd874fec5
3 changed files with 11 additions and 5 deletions
+5 -1
View File
@@ -376,7 +376,11 @@ PROMPT;
$DENSITY = [
// bulletCaps are per role, oldest role last.
0 => ['font' => '10.5pt', 'lh' => '1.42', 'pad' => '34px 40px', 'caps' => [4, 4, 3], 'glance' => true],
1 => ['font' => '10pt', 'lh' => '1.34', 'pad' => '26px 34px', 'caps' => [4, 4, 2], 'glance' => false],
// Level 1 buys its space from the "at a glance" block and from tighter
// type — NOT from a third bullet on the oldest role. Dropping that
// bullet was measured to be unnecessary, and it strands the release
// management skill in Technical Skills with no evidence behind it.
1 => ['font' => '10pt', 'lh' => '1.34', 'pad' => '26px 34px', 'caps' => [4, 4, 3], 'glance' => false],
2 => ['font' => '9.5pt', 'lh' => '1.28', 'pad' => '22px 30px', 'caps' => [3, 3, 2], 'glance' => false],
];
$TARGET_PAGES = 2;
+3 -3
View File
File diff suppressed because one or more lines are too long