Skip to content

Commit 9e99591

Browse files
committed
Update README.md to document containerFluidMargin in theme configuration
1 parent ecb78e0 commit 9e99591

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ const gridTheme: IGridSetting = {
8080
// xs: '1rem',
8181
// lg: '40px',
8282
// },
83+
containerFluidMargin: '40px',
84+
// containerFluidMargin: {
85+
// xs: '40px',
86+
// lg: '80px',
87+
// },
8388
gridColumns: 12,
8489
gridBreakpoints: {
8590
xs: 0,

0 commit comments

Comments
 (0)