Adjust max docs width for large screens
This commit is contained in:
parent
61e187199e
commit
1032309cf5
@ -5,7 +5,7 @@ const DocsContent = styled('div')(
|
|||||||
color: ${theme.palette.text.primary};
|
color: ${theme.palette.text.primary};
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 900px;
|
max-width: 1100px;
|
||||||
padding: 0 40px 0 56px;
|
padding: 0 40px 0 56px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user