See the below JSFiddle, I would like to have the items inside the grid container stack on top of each other automatically at 480px.
If you wonder why the heck I would use CSS grid here with the 12 columns, I am creating a website builder app and it basically needs to replicate the drag and drop grid interface. Otherwise I could just use flex box with space between here of course.