diff --git a/templates/documents/bill-of-payment.html b/templates/documents/bill-of-payment.html index c20e8f5..dec72d6 100644 --- a/templates/documents/bill-of-payment.html +++ b/templates/documents/bill-of-payment.html @@ -35,6 +35,7 @@ margin-top: 8px; display: flex; justify-content: space-between; + text-align: justify; /*text-align: right;*/ } @@ -43,6 +44,7 @@ } .footer-line { + text-align: justify; font-size: medium; font-weight: bolder; @@ -106,8 +108,13 @@ border-top: 2px solid black; } - .footer-words { + .footer-right { + text-align: justify; max-width: 200px; + text-align-last: justify; + } + .footer-words{ + text-align-last: left; } @@ -164,8 +171,10 @@