azri 11 месяцев назад
Родитель
Сommit
9e083c547a
2 измененных файлов: 3 добавлений и 1 удалений
  1. 3
    0
      src/components/Feature/Feature.jsx
  2. 0
    1
      src/pages/Home.jsx

+ 3
- 0
src/components/Feature/Feature.jsx Просмотреть файл

30
           key={index}
30
           key={index}
31
           sx={{
31
           sx={{
32
             display: 'flex',
32
             display: 'flex',
33
+            height:"100%",
34
+            mx:"auto",
35
+            alignSelf:"flex-start",
33
             flexDirection: 'column',
36
             flexDirection: 'column',
34
             alignItems: 'center',
37
             alignItems: 'center',
35
             textAlign: 'center',
38
             textAlign: 'center',

+ 0
- 1
src/pages/Home.jsx Просмотреть файл

74
         lg: 5
74
         lg: 5
75
       }, mb: 10 }}>
75
       }, mb: 10 }}>
76
 
76
 
77
-        <SocialMedia />
78
         <Feature />
77
         <Feature />
79
       </Box>
78
       </Box>
80
 
79
 

Загрузка…
Отмена
Сохранить