Extended main container now allows editing of max width and content alignment.
Inside doczrc.js
file there is a themeConfig.mainContainer
option:
//doczrc.jsexport default {themeConfig: {mainContainer: {fullscreen: true,align: 'center',},},};
Name | Type | Default | Description |
---|---|---|---|
fullscreen | boolean | false | Specify if the main container should be fullscreen. |
align | 'left' | 'right' | 'center' | 'center' | Specify which way should the content be aligned. |