An error occurred while fetching the assigned milestone of the selected merge_request.
+ 14
- 12
@@ -8,9 +8,12 @@ toc: true
Bootstrap's grid system uses a series of containers, rows, and columns to layout and align content. It's built with [flexbox](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes) and is fully responsive. Below is an example and an in-depth look at how the grid comes together.
@@ -24,27 +27,26 @@ Bootstrap's grid system uses a series of containers, rows, and columns to layout
- Thanks to flexbox, grid columns without a specified `width` will automatically layout as equal width columns. For example, four instances of `.col-sm` will each automatically be 25% wide from the small breakpoint and up. See the [auto-layout columns](#auto-layout-columns) section for more examples.