feat: fix border

This commit is contained in:
2024-09-11 22:20:56 +03:00
parent eacf14778c
commit 44880433a4

View File

@@ -33,7 +33,13 @@
.footer {
margin-top: 8px;
text-align: right;
display: flex;
justify-content: space-between;
/*text-align: right;*/
}
.footer-block {
}
.footer-line {
@@ -150,9 +156,16 @@
</table>
</div>
<div class="footer">
<div class="footer-block">
<div class="footer-line">+79777740525 Игорь С. (Тинькофф)</div>
</div>
<div class="footer-block">
<div class="footer-line">Итого к оплате: {{ deal_price }} Р</div>
<div class="footer-line">{{ deal_price_words }}</div>
</div>
</div>
</div>
</div>
</body>