diff --git a/src/@fuse/scss/partials/_global.scss b/src/@fuse/scss/partials/_global.scss index c54af974..9a100ea6 100644 --- a/src/@fuse/scss/partials/_global.scss +++ b/src/@fuse/scss/partials/_global.scss @@ -10,4 +10,15 @@ body { padding: 0; overflow: hidden; background: #F5F5F5; +} + +body { + + // Boxed + &.boxed { + max-width: 1200px; + margin: 0 auto; + + @include mat-elevation(8); + } } \ No newline at end of file diff --git a/src/app/app.component.html b/src/app/app.component.html index e0666daa..1cf9d3c1 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -6,21 +6,25 @@ + + + +