From c7d69ee7cbd9884f2e44a826cf072c93e04c42ac Mon Sep 17 00:00:00 2001 From: Daniel Messer Date: Fri, 6 Feb 2026 10:19:57 -0600 Subject: [PATCH] Single label print working --- index-csv.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index-csv.php b/index-csv.php index 155bfc5..bda6d4e 100755 --- a/index-csv.php +++ b/index-csv.php @@ -337,11 +337,11 @@ if ($records && !$is_single) { width: cm; height: cm; box-sizing: border-box; - padding: 0.06cm; + padding: 0.2cm; display: flex; flex-direction: column; justify-content: space-between; - font-size: 0.24cm; + font-size: 11pt; /* Rotate 90° clockwise and re-center within the feed box */ transform: rotate(90deg);