소스 검색

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