Fix: Layout was getting squashed, now working properly
This commit is contained in:
parent
75ea08f678
commit
cfdd49f96f
@ -1,5 +1,5 @@
|
|||||||
<ngx-loading-bar></ngx-loading-bar>
|
<ngx-loading-bar></ngx-loading-bar>
|
||||||
<app-nav-bar></app-nav-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>
|
<router-outlet></router-outlet>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user