I was trying to create a five column layout but that’s not possible with Bootstrap so I found how to limit the amount of columns using flex-basis
flex-basis:20%
Here’s the StackOverflow thread with more details:
https://stackoverflow.com/questions/43691890/css-flexbox-max-column-number
Have any questions or comments? Write them below!