fix: improve mobile responsiveness of cospend page

Reduced padding on mobile screens (max-width: 600px) to prevent horizontal overflow and ensure header spans full width. Updated BarChart, DebtBreakdown, EnhancedBalance components and recent activity section.
This commit is contained in:
2025-12-09 14:31:27 +01:00
parent cd1cded383
commit 20cf1e2406
4 changed files with 23 additions and 1 deletions

View File

@@ -676,6 +676,10 @@
margin-bottom: 1rem;
}
.recent-activity {
padding: 0.75rem;
}
.actions {
flex-direction: column;
align-items: center;