style: reduce horizontal padding on fleet dashboards

Add px="lg" (24px) to all Container components:
- FleetDashboard
- FuelPurchasePage
- FuelStatsPage
- MaintenancePage
- FinancialReportsPage
- TrackingPage

Reduces left/right padding from default to 24px,
making better use of horizontal screen space.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
natib21
2026-06-30 14:13:58 +00:00
parent 2e1c720b86
commit ea8198f8a8
6 changed files with 6 additions and 6 deletions

View File

@@ -72,7 +72,7 @@ export function TrackingPage() {
});
return (
<Container size="xl" py="xl">
<Container size="xl" py="xl" px="lg">
<Breadcrumbs items={[{ label: 'Fleet' }, { label: 'Vehicle Tracking' }]} />
<Stack gap="xl">