Boxed Layout page header description goes here...
Add the .app-boxed-layout
css class to .app
container and .app-with-bg
css class to <body>
for boxed layout page setting.
<body class="app-with-bg">
<div id="app" class="app app-boxed-layout">
...
</div>
</body>