style container

This commit is contained in:
AykutSarac 2022-02-03 21:14:28 +03:00
parent 2ca64c9f86
commit 0a17fac2da

View File

@ -11,7 +11,7 @@ const StyledContainer = styled.div<{ reverse: boolean }>`
gap: 50px;
align-items: center;
width: 75%;
margin: 120px auto;
margin: 160px auto;
flex-direction: ${({ reverse }) => reverse && 'row-reverse'};
line-height: 1.2;