I am trying to make a grid list in Angular Material 2 responsive. Here is what I've got currently
https://stackblitz.com/edit/angular-r1j8yz?file=app%2Fgrid-list-dynamic-example.ts
I am using the flex layout but that make the space between cards MASSIVE, as you can see. Is there any way that you can make these responsive without having that huge gap?
Thanks!