Skip to content

Commit

Permalink
fix grid
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Dec 12, 2024
1 parent c433b14 commit a9cf805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/layout/Center.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ export const Center = ({ children, className }: Props) => (
justifyContent="center"
style={{ height: '100%' }}
>
<Grid size={{ xs: 3 }}>{children}</Grid>
<Grid size={{ xs: 12, md: 10, lg: 8 }}>{children}</Grid>
</Grid>
)

0 comments on commit a9cf805

Please sign in to comment.