I am trying to get these inner cards to fill their height, i feel like i am not using flex layout properly.
<div fxlayout="row">
<div fxFlex style="padding: .5%">
<mat-card>
hi
</mat-card>
</div>
<div fxFlex style="padding: .5%">
<mat-card>
hpo
</mat-card>
</div>
</div>