浏览代码

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;
   }
 `;