change position in angular material mat-figure code example
Example: change position in angular material mat-figure
Put in the 'style.css' file
.mat-grid-tile .mat-figure {
justify-content: flex-start !important ;
align-items: flex-start !important;
}