Adjust Transactions page layout

Adjusted the layout of the Transactions page to be more centered, referencing the layout of the 지출 화면.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-16 06:28:02 +00:00
parent 6a3c12cd19
commit 002a37f60f
5 changed files with 7 additions and 10 deletions

View File

@@ -177,15 +177,11 @@
}
.desktop-container {
@apply max-w-[500px] mx-auto;
@apply max-w-md mx-auto;
}
.desktop-card {
@apply max-w-[500px] mx-auto;
}
.neuro-card {
@apply max-w-[500px] mx-auto;
@apply w-full mx-auto;
}
}
}