From 41d3fec08c9959b6efc89c9db51e1c890ff92ee0 Mon Sep 17 00:00:00 2001 From: Norman King Date: Thu, 9 Jul 2026 08:20:44 -0400 Subject: [PATCH] fix(statements): raise customer address window 0.5in Move the customer address window up to 2.5in per printed proof, and pull the body padding-top back up to match. Co-Authored-By: Claude Opus 4.8 --- ns_app/api/statements.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ns_app/api/statements.py b/ns_app/api/statements.py index 49f5cb5..bfbed18 100644 --- a/ns_app/api/statements.py +++ b/ns_app/api/statements.py @@ -214,11 +214,11 @@ def _wrap_document(pages): }} .doc-header .doc-title {{ font-size: 20px; font-weight: bold; letter-spacing: 1px; }} .recipient-window {{ - position: absolute; top: 3.0in; left: 1.125in; + position: absolute; top: 2.5in; left: 1.125in; width: 4.5in; height: 1.25in; font-size: 15px; line-height: 1.15em; overflow: hidden; }} - .statement-body {{ padding: 4.4in 0.6in 0.6in 0.6in; }} + .statement-body {{ padding: 3.9in 0.6in 0.6in 0.6in; }} .intro {{ font-size: 12px; margin-bottom: 12px; }} table.items, table.aging {{ width: 100%; border-collapse: collapse; }} table.items th, table.items td,