Fix: Layout was getting squashed, now working properly

This commit is contained in:
Amritanshu 2018-11-26 08:46:23 +05:30
parent 75ea08f678
commit cfdd49f96f

View File

@ -1,5 +1,5 @@
<ngx-loading-bar></ngx-loading-bar>
<app-nav-bar></app-nav-bar>
<div fxLayout="row" fxLayoutAlign="center none" class="mat-app-background basic-container">
<div fxLayout="column" fxLayoutAlign="center none" class="mat-app-background basic-container">
<router-outlet></router-outlet>
</div>