minor adjustments to spacing and buttons for team member tiles

This commit is contained in:
eleanor 2018-11-14 09:41:07 -05:00
parent ad13e71d28
commit 0842e9fa5f
2 changed files with 6 additions and 2 deletions

View File

@ -36,8 +36,12 @@
fxLayout="row"
fxLayout.lt-md="column"
fxLayoutGap="2%"
fxLayoutAlign="space-between stretch"
>
<div *ngFor="let t of teamMembers">
<div
*ngFor="let t of teamMembers"
fxFlex="30%"
>
<mat-card>
<div class="circle-img">
<img src="{{ t.imageLink }}">

View File

@ -17,7 +17,7 @@
button {
margin: 2%;
padding: 3%;
padding: 7px;
background-color: mat-color($sartography-warn, 500);
color: mat-contrast($sartography-warn, 500);
cursor: pointer;