Explorar el Código

responsive container

AykutSarac hace 3 años
padre
commit
9a8817ce58
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
   }
 `;