diff --git a/app/templates/base.html b/app/templates/base.html index 2bcd309..149132a 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -144,7 +144,7 @@ /* ── Soldes ── */ .soldes { display: grid; - grid-template-columns: repeat(3, 1fr); + grid-template-columns: repeat(4, 1fr); border: 1.5px solid var(--rule); background: var(--surface); } @@ -166,7 +166,7 @@ } .solde-num { font-family: var(--mono); - font-size: 1.9rem; + font-size: 1.5rem; font-weight: 500; letter-spacing: -.03em; line-height: 1;