Skip to content

Commit

Permalink
restore the original look for the grid
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbedouret committed Dec 17, 2019
1 parent 83cbc7c commit 7b8061f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Grid/Grid.container.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ export class GridContainer extends PureComponent {
};

static defaultProps = {
cols: { lg: 6, md: 6, sm: 5, xs: 4, xxs: 4 },
rows: { lg: 5, md: 5, sm: 4, xs: 4, xxs: 4 },
cols: { lg: 6, md: 6, sm: 5, xs: 4, xxs: 3 },
rows: { lg: 3, md: 3, sm: 3, xs: 3, xxs: 3 },
breakpoints: GRID_BREAKPOINTS,
gap: 9,
gap: 10,
edit: false
};

Expand Down

0 comments on commit 7b8061f

Please sign in to comment.