Add bottom margin to pages

Adds a bottom margin to the last card in the Transactions and Analytics pages.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-16 12:16:14 +00:00
parent e23b62aa2b
commit 017f5615c1
3 changed files with 6 additions and 3 deletions

View File

@@ -164,6 +164,7 @@ const Analytics = () => {
<CategorySpendingList
categories={categorySpending}
totalExpense={totalExpense}
className="mb-[50px]"
/>
</div>