Explorar o código

responsive container

AykutSarac %!s(int64=3) %!d(string=hai) anos
pai
achega
9a8817ce58
Modificáronse 1 ficheiros con 1 adicións e 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;
   }
 `;