From 394b58c0ffd79372840ffd4b46ae505abae2dc2f Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 11 Sep 2024 22:42:03 +0300 Subject: [PATCH] feat: oleg gone away --- templates/documents/bill-of-payment.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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 @@