angular-dynamic-layout
angular-dynamic-layout copied to clipboard
Center the grid and spread elements
Hello!
Thank you for continuing to develop and support your grid module!
I wonder if there's any way to center the grid on the screen? I want my grid to fill the entire window, but dynamic-layout seems to align elements to the left and leaves unused space to the right.
To achieve this, you should center the container itself as in http://tristanguigue.github.io/angular-dynamic-layout/
The demo page has the same issue. If I set text cards width to 320px it places two cards on a row, but they are aligned to the left, not centered.

What I want is something like flexbox justify-content: center.