fix: center settings page to match dashboard layout
All checks were successful
Deploy HiHala Dashboard / deploy (push) Successful in 6s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
fahed
2026-03-31 17:01:55 +03:00
parent a06436baac
commit c99f2abe10

View File

@@ -873,8 +873,9 @@ table tbody tr:hover {
/* Settings page */
.settings-page {
padding: 24px;
max-width: 900px;
padding: 32px;
max-width: 1400px;
margin: 0 auto;
}
.settings-hint {