pull/225/head
Aevann 2024-03-02 19:37:39 +02:00
parent d26bdd9ceb
commit e4092f2191
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<div class="justify-content-between">
<h2 class="font-weight-bolder text-center pt-2 pb-3">Bank Statement</h2>
</div>
<div class="rounded border mx-auto" style="max-width:500px">
<div class="rounded border mx-auto" style="max-width:800px">
<h5 class="font-weight-bolder text-right pb-0 mr-4">Balance</h2>
{% for log in logs %}
<div class="modlog-action {% if log.amount > 0 %}bg-green{% else %}bg-red{% endif %} ">