Set max width for container

This commit is contained in:
jeffvli
2022-11-14 03:03:58 -08:00
parent 38993f3352
commit 28cc1f9c30
@@ -11,7 +11,7 @@ export const ErrorFallback = ({ error, resetErrorBoundary }: any) => {
return (
<Container>
<Center sx={{ height: '100vh' }}>
<Stack>
<Stack sx={{ maxWidth: '50%' }}>
<Group spacing="xs">
<RiErrorWarningLine color="var(--danger-color)" size={30} />
<Text size="lg">Something went wrong</Text>