jelly-beats
jelly-beats copied to clipboard
Improve cards grid
Improve the current grid to display cards:
Would recommend setting a min-width to the '.grid' div so the layout won't look broken if the window is too small. Also, a 'justify-content: center' for when the max window width is reached.
- Use css grid instead of flex.
See: https://github.com/btzr-io/jelly-beats/pull/196
Is this still an issue @btzr-io ?
@chrisdemars Yes, but we should probably redesign the card component first: https://github.com/btzr-io/jelly-beats/issues/203
Anyway feel free to open a pull request :v: