Fixes alignment issues

This commit is contained in:
Aaron Louie 2019-10-29 15:08:13 -04:00
parent a463b71537
commit be4ffb92d8
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
fxLayoutGap="0px"
fxLayoutGap.gt-md="80px"
>
<div fxFlex="33%" gdRows="auto">
<div fxFlex="33%" gdRows="auto" gdGridAlign="stretch stretch">
<app-brand-value *ngFor="let v of brandValuesLeft" [brandValue]="v"></app-brand-value>
</div>
<div fxFlex="33%" fxHide fxShow.gt-md>
<span inlineSVG="/assets/logo/Sartography-Logo-Elements.svg" class="logo-animated"></span>
</div>
<div fxFlex="33%" gdRows="auto" gdGridAlign="end stretch">
<div fxFlex="33%" gdRows="auto" gdGridAlign="stretch stretch">
<app-brand-value *ngFor="let v of brandValuesRight" [brandValue]="v"></app-brand-value>
</div>
</div>