Correct header not displaying in 960px + add card dashboard responsive + correct C2A title

This commit is contained in:
2019-06-04 10:34:00 +09:00
parent 38fa69e2c9
commit 38afecced9
11 changed files with 146 additions and 24 deletions

View File

@ -1 +1,21 @@
<app-header></app-header>
<div class="main-container">
<div fxLayout="row" fxLayout.sm="column" fxLayout.xs="column" fxLayoutAlign="space-between">
<div fxFlex>
<app-card-dashboard position="first"></app-card-dashboard>
</div>
<div fxFlex>
<app-card-dashboard position="second"></app-card-dashboard>
</div>
</div>
</div>