More styling

This commit is contained in:
2018-11-15 13:24:12 -05:00
parent edfdad1547
commit 070eeae55e
5 changed files with 27 additions and 17 deletions

View File

@ -25,7 +25,7 @@
</mat-nav-list>
</mat-drawer>
<mat-drawer-content class="bg-secondary text-white" [ngClass]="{'p-4': !hide}" (click)="open = (mobile && open) ? false : open" style="position: relative">
<main class="d-flex flex-column justify-content-center h-100" [@routerTransition]="getState(o)">
<main class="h-100" [@routerTransition]="getState(o)">
<router-outlet #o="outlet"></router-outlet>
</main>
</mat-drawer-content>