feat: More space for content on larger screens
This commit is contained in:
@@ -21,6 +21,10 @@ const Container = styled.div`
|
||||
const Content = styled.div`
|
||||
max-width: 46em;
|
||||
margin: 0 auto;
|
||||
|
||||
${breakpoint("desktopLarge")`
|
||||
max-width: 52em;
|
||||
`};
|
||||
`;
|
||||
|
||||
const CenteredContent = ({ children, ...rest }: Props) => {
|
||||
|
||||
@@ -498,7 +498,7 @@ const MaxWidth = styled(Flex)`
|
||||
`};
|
||||
|
||||
${breakpoint("desktopLarge")`
|
||||
max-width: calc(48px + 46em);
|
||||
max-width: calc(48px + 52em);
|
||||
`};
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user