grid
This commit is contained in:
8
.vuepress/grid/utils/defaults.js
Normal file
8
.vuepress/grid/utils/defaults.js
Normal file
@ -0,0 +1,8 @@
|
||||
export default {
|
||||
container: '1020px',
|
||||
gutter: '24px',
|
||||
approach: 'mobile-first',
|
||||
breakpoints: {
|
||||
compact: '320px 414px'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user