Explorar el Código

style container

AykutSarac hace 3 años
padre
commit
0a17fac2da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;