AykutSarac пре 3 година
родитељ
комит
53997c7568
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/components/Container/index.tsx

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

@@ -20,6 +20,7 @@ const StyledContainer = styled.div<{ reverse: boolean }>`
     width: 100%;
     flex-direction: column;
     margin-top: 160px;
+    justify-content: center;
   }
 `;