diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 0e8b3be..d1beafe 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,19 +4,9 @@
-
+
-
-
-
-
-
-
-
-
-
-
@@ -273,22 +263,6 @@
-
-
- 1719588378907
-
-
-
- 1719588378907
-
-
-
- 1719588501953
-
-
-
- 1719588501953
-
1719588854025
@@ -665,7 +639,23 @@
1740620866551
-
+
+
+ 1740661424202
+
+
+
+ 1740661424202
+
+
+
+ 1740661540908
+
+
+
+ 1740661540908
+
+
@@ -724,7 +714,6 @@
-
@@ -749,7 +738,8 @@
-
+
+
diff --git a/src/pages/home/Categories.tsx b/src/pages/home/Categories.tsx
index d8aa5cb..afd9664 100644
--- a/src/pages/home/Categories.tsx
+++ b/src/pages/home/Categories.tsx
@@ -1,6 +1,6 @@
import { getToolsByCategory } from '@tools/index';
import Grid from '@mui/material/Grid';
-import { Card, CardContent, Stack } from '@mui/material';
+import { Box, Card, CardContent, Stack } from '@mui/material';
import { Link, useNavigate } from 'react-router-dom';
import Typography from '@mui/material/Typography';
import Button from '@mui/material/Button';
@@ -35,41 +35,49 @@ const SingleCategory = function ({
backgroundColor: hovered ? '#FAFAFD' : 'white'
}}
>
-
-
-
-
- {category.title}
-
-
- {category.description}
-
-
-
-
-
-
+
+
+
+
+
+
+ {category.title}
+
+
+ {category.description}
+
+
+
+
+
+
+
+
-
+