small tweak to add expense

This commit is contained in:
Joe Arndt 2026-02-13 19:53:32 -06:00
parent 0e2e2f9e84
commit 8bf9875e8e
3 changed files with 63 additions and 10 deletions

View file

@ -1,5 +1,5 @@
.add-expense-body {
display: flex;
justify-content: space-between;
justify-content: flex-start;
gap: 0.5rem;
}