AykutSarac 3 éve
szülő
commit
0a17fac2da
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/components/Container/index.tsx

+ 1 - 1
src/components/Container/index.tsx

@@ -11,7 +11,7 @@ const StyledContainer = styled.div<{ reverse: boolean }>`
   gap: 50px;
   align-items: center;
   width: 75%;
-  margin: 120px auto;
+  margin: 160px auto;
   flex-direction: ${({ reverse }) => reverse && 'row-reverse'};
   line-height: 1.2;