From 9433b586d50b3c1c7e4ed287f7166c9e83514b80 Mon Sep 17 00:00:00 2001 From: David McMackins II Date: Wed, 10 Jan 2018 06:58:37 -0600 Subject: Widen client address box for mailing purposes --- dapper-invoice.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapper-invoice.cls b/dapper-invoice.cls index fa0b6f7..030b2fe 100644 --- a/dapper-invoice.cls +++ b/dapper-invoice.cls @@ -89,7 +89,7 @@ } \newcommand*{\twocolumnlayout}[2]{ - \begin{tabular}[t]{@{} p{.5\linewidth} @{} p{.5\linewidth} @{}} #1 & #2 \end{tabular} + \begin{tabular}[t]{@{} p{.6\linewidth} @{} p{.5\linewidth} @{}} #1 & #2 \end{tabular} } \sodef\invoiceSpacing{}{.15em}{.4em}{.4em} -- cgit v1.2.3