minor adjustments to spacing and buttons for team member tiles
This commit is contained in:
parent
ad13e71d28
commit
0842e9fa5f
|
@ -36,8 +36,12 @@
|
|||
fxLayout="row"
|
||||
fxLayout.lt-md="column"
|
||||
fxLayoutGap="2%"
|
||||
fxLayoutAlign="space-between stretch"
|
||||
>
|
||||
<div
|
||||
*ngFor="let t of teamMembers"
|
||||
fxFlex="30%"
|
||||
>
|
||||
<div *ngFor="let t of teamMembers">
|
||||
<mat-card>
|
||||
<div class="circle-img">
|
||||
<img src="{{ t.imageLink }}">
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue