Browse Source

change UI

master
azri 1 week ago
parent
commit
9e083c547a
2 changed files with 3 additions and 1 deletions
  1. 3
    0
      src/components/Feature/Feature.jsx
  2. 0
    1
      src/pages/Home.jsx

+ 3
- 0
src/components/Feature/Feature.jsx View File

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

+ 0
- 1
src/pages/Home.jsx View File

@@ -74,7 +74,6 @@ const Home = () => {
74 74
         lg: 5
75 75
       }, mb: 10 }}>
76 76
 
77
-        <SocialMedia />
78 77
         <Feature />
79 78
       </Box>
80 79
 

Loading…
Cancel
Save