Kaynağa Gözat

responsive container

AykutSarac 3 yıl önce
ebeveyn
işleme
9a8817ce58
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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;
   line-height: 1.2;
 
 
   @media only screen and (max-width: 768px) {
   @media only screen and (max-width: 768px) {
+    width: 100%;
     flex-direction: column;
     flex-direction: column;
   }
   }
 `;
 `;