Is it possible to make my web app more responsive by placing content in a flexbox such that two cells are side-by-side when viewed on larger displays, but then have both of these elements centered in a single column in the viewport when viewed on smaller screens (i.e., mobile devices)?
For example,
Thank you all. I can't figure it out.
Use a media-query
@media (max-width: 600px)
and set
flex-direction: column