소스 검색

fix mobile images spacing

AykutSarac 3 년 전
부모
커밋
53997c7568
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/Container/index.tsx

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

@@ -20,6 +20,7 @@ const StyledContainer = styled.div<{ reverse: boolean }>`
     width: 100%;
     flex-direction: column;
     margin-top: 160px;
+    justify-content: center;
   }
 `;