diff --git a/src/pages/Dashboard/DashboardContent.tsx b/src/pages/Dashboard/DashboardContent.tsx index 32ccfaea..20a090f1 100644 --- a/src/pages/Dashboard/DashboardContent.tsx +++ b/src/pages/Dashboard/DashboardContent.tsx @@ -47,6 +47,7 @@ const DashboardContent = () => { style={{ display: 'grid', gridTemplateColumns: windowWidth < 1300 ? '0.5fr' : '25fr 25fr 90fr', + gap: '16px', }} > @@ -68,12 +69,12 @@ const DashboardContent = () => { gridTemplateColumns: windowWidth < 1300 ? '1fr' : '1fr 1fr', gridAutoFlow: 'row', gap: '16px', - marginTop: windowWidth < 1300 ? '50px' : 0, + }} > - +