mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
style container
This commit is contained in:
parent
2ca64c9f86
commit
0a17fac2da
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user