Fix heading centering on index

This commit is contained in:
Edgar P. Burkhart 2022-05-21 18:51:04 +02:00
parent 1300132d69
commit ccc7ef1499
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 4 additions and 4 deletions

View File

@ -12,11 +12,11 @@
{% if transactions %}
<div id="transactions">
<div class="header">
<strong class="date">Date</strong>
<strong class="date center">Date</strong>
<strong class="name">Nom</strong>
<strong class="value">Valeur</strong>
<strong class="trader">Commerçant</strong>
<strong class="category">Catégorie</strong>
<strong class="value center">Valeur</strong>
<strong class="trader center">Commerçant</strong>
<strong class="category center">Catégorie</strong>
<strong class="description">Description</strong>
</div>
{% for trans in transactions %}