Skip to content

Commit 7908072

Browse files
authored
fix(Grid): fix grid system container (#598)
1 parent 5981933 commit 7908072

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/atoms/grid/components/variables.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ const breakpoints = {
1313
const containerWidths = {
1414
sm: 544,
1515
md: 720,
16-
lg: 1012,
17-
xl: 1144,
18-
xxl: 1540
16+
lg: 1008,
17+
xl: 1152,
18+
xxl: 1536
1919
}
2020

2121
const gridColumns = 12

0 commit comments

Comments
 (0)