mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-16 08:27:05 -05:00
fixes #310
This commit is contained in:
parent
a0445f3631
commit
6153bfb968
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user