Hi there!
Another dumb question, how can I make this element break on mobile?
Hi there!
Another dumb question, how can I make this element break on mobile?
Turn your Grid into a vertical Flexbox on mobile, you’ll get an instant vertical flow. Works most of the time.
The real answer to your question is: edit your grid to remove all columns but one. But the answer above does the same and is faster.