Resize past 640px CSS wide (2 × SQR_MIN_COL_PX) to see each section
below widen from one macro column to two. Nothing reorders in the DOM either way —
only the paint changes.
The second row of buttons is the 0.6.0 fit switch — it writes
data-sqr-fit on <html> and nothing else. Make the window
short and wide to see contain and stack part company from
css.
This header carries .sqr-row, so it spans both columns in
either mode while the six cards below it split across them.
Card 1
Card 2 — a little taller
Card 3
Card 4
Card 5 — the tall one
Card 6
Independent from Section A — each spanning section keeps its own grid or column count, sized to its own children only.
Card 1
Card 2
Card 3 — a little taller
Card 4
Card 5
Card 6 — the tall one
Try the ceiling: document.documentElement.dataset.sqrMaxCols = '1'
in the console forces every spanning section here back to one column.
Card 1
Card 2
Card 3 — the tall one
Card 4
Card 5
Card 6