diff --git a/src/pages/Dashboard/DashboardContent.tsx b/src/pages/Dashboard/DashboardContent.tsx
index 2bc96625..725abcf7 100644
--- a/src/pages/Dashboard/DashboardContent.tsx
+++ b/src/pages/Dashboard/DashboardContent.tsx
@@ -37,19 +37,13 @@ const DashboardContent = () => {
gridTemplateColumns: width < 1375 ? '1fr 1fr' : '1fr 1fr 2fr',
gap: '8px',
gridAutoFlow: 'row',
+ width: '100%',
}}
>
- {width < 1375 ? (
-
-
-
- ) : (
-
-
-
- )}
+
+