diff --git a/common.typ b/common.typ index b1ab389..6bdaa96 100644 --- a/common.typ +++ b/common.typ @@ -38,11 +38,12 @@ place( top + left, dy: height - 1in/8, + dx: 0.05in, block( width: 100%, height: 1in/8, align( - top + center, + top + left, text(font: "USPSIMBCompact", size: 12pt, card.imb) ) ) diff --git a/labels_dymo.typ b/labels_dymo.typ index 13fa880..0518c91 100644 --- a/labels_dymo.typ +++ b/labels_dymo.typ @@ -14,7 +14,7 @@ top + left, dx: 1in/16, dy: 1in/16, - common.address_block(2.5in, 1in, card) + common.address_block(3in, 1in, card) ) } }