From 337e4476c54d9d803ea35479848562d1926d0f4f Mon Sep 17 00:00:00 2001 From: szbk Date: Sat, 8 Nov 2025 00:01:51 +0300 Subject: [PATCH] frontend update --- src/routes/dashboard/+page.svelte | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/routes/dashboard/+page.svelte b/src/routes/dashboard/+page.svelte index 58df6c7..d484a34 100644 --- a/src/routes/dashboard/+page.svelte +++ b/src/routes/dashboard/+page.svelte @@ -1324,9 +1324,9 @@ display: flex; gap: 2rem; min-height: calc(100vh - 4rem); - width: 90%; - max-width: 90%; + max-width: 1200px; margin: 0 auto; + padding: 0 20px; } .sidebar { @@ -1465,6 +1465,10 @@ } @media (max-width: 768px) { + .dashboard-layout { + padding: 0 15px; + } + .user-header { flex-direction: column; text-align: center;