diff --git a/templates/documents/bill-of-payment.html b/templates/documents/bill-of-payment.html index 02d0f4c..c20e8f5 100644 --- a/templates/documents/bill-of-payment.html +++ b/templates/documents/bill-of-payment.html @@ -43,6 +43,7 @@ } .footer-line { + text-align: justify; font-size: medium; font-weight: bolder; margin: 2px 0; @@ -105,6 +106,9 @@ border-top: 2px solid black; } + .footer-words { + max-width: 200px; + }
@@ -161,7 +165,7 @@