Even up the space below the two section rules

- The tile grid added its own room on top of the rule's, so the tiles sat
  20px below their rule while the device rows sat 12px below theirs
- The rule sets that distance now, and it is the same in both sections

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
fkwp
2026-09-17 23:01:54 +02:00
co-authored by Claude Opus 5
parent 304373e735
commit 35f9893b0a
@@ -174,7 +174,10 @@ Please see LICENSE in the repository root for full details.
their left edge up with the "B" of the heading above them and with the
radio buttons above that. Matching the surrounding boxes instead puts the
tiles to the left of both, since a heading insets its own text. */
padding: var(--cpd-space-2x) var(--cpd-space-4x) var(--cpd-space-3x);
/* No room of its own at the top: the rule above already sets the distance,
and adding to it puts the tiles further from their heading than the device
rows are from theirs. */
padding: 0 var(--cpd-space-4x) var(--cpd-space-3x);
}
/*