浏览代码

responsive container

AykutSarac 3 年之前
父节点
当前提交
9a8817ce58
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/Container/index.tsx

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

@@ -16,6 +16,7 @@ const StyledContainer = styled.div<{ reverse: boolean }>`
   line-height: 1.2;
 
   @media only screen and (max-width: 768px) {
+    width: 100%;
     flex-direction: column;
   }
 `;