clone numParagraph (page + column)

This commit is contained in:
Julie Blanc 2026-04-10 11:24:39 +02:00
parent bdb35a7ea6
commit 3b91983491
9 changed files with 147 additions and 86 deletions

View file

@ -5,6 +5,7 @@ $bottom: 18mm;
$inside: 12mm;
$outside: 6mm;
$content-h: calc($height - $top - $bottom - 1mm);
$content-w: calc($width - $inside - $outside);
$gap: 4mm;
$indent: 10mm;