Adjust max docs width for large screens

This commit is contained in:
Daniel Lautzenheiser 2022-11-07 15:50:41 -05:00
parent 61e187199e
commit 1032309cf5

View File

@ -5,7 +5,7 @@ const DocsContent = styled('div')(
color: ${theme.palette.text.primary};
font-weight: 200;
width: 100%;
max-width: 900px;
max-width: 1100px;
padding: 0 40px 0 56px;
display: flex;
flex-direction: column;