mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-25 04:37:13 -05:00
fixes #310
This commit is contained in:
@@ -10,7 +10,7 @@ const MyContainer: React.FC<Props & ContainerProps> = ({
|
||||
wide = false,
|
||||
...props
|
||||
}) => (
|
||||
<Container maxW={wide ? "100ch" : "75ch"} {...props}>
|
||||
<Container maxW={wide ? "64rem" : "48rem"} {...props}>
|
||||
{children}
|
||||
</Container>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user