From dac31ebf35a25d3236de9b63f6b957c504aa7e58 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 27 Dec 2016 14:11:48 -0800 Subject: fixes #21445 remove broken example class from grid docs --- docs/layout/grid.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/layout') diff --git a/docs/layout/grid.md b/docs/layout/grid.md index efdf3a937..6537f70a1 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -16,7 +16,7 @@ Bootstrap includes a powerful mobile-first flexbox grid system for building layo Bootstrap's grid system uses a series of containers, rows, and columns to layout and align content. It's built with flexbox and is fully responsive. Below is an example and an in-depth look at how the grid comes together. -
+
@@ -36,8 +36,8 @@ The above example creates three equal-width columns on small, medium, large, and Breaking it down, here's how it works: -- Containers (outlined in blue above) provide a means to center your site's contents. Use `.container` for fixed width or `.container-fluid` for full width. -- Rows (outlined in red above) are horizontal groups of columns that ensure your columns are lined up properly. We use the negative margin method on `.row` to ensure all your content is aligned properly down the left side. +- Containers provide a means to center your site's contents. Use `.container` for fixed width or `.container-fluid` for full width. +- Rows are horizontal groups of columns that ensure your columns are lined up properly. We use the negative margin method on `.row` to ensure all your content is aligned properly down the left side. - Content should be placed within columns, and only columns may be immediate children of rows. - Thanks to flexbox, grid columns without a set width will automatically layout with equal widths. For example, four instances of `.col-sm` will each automatically be 25% wide for small breakpoints. - Column classes indicate the number of columns you'd like to use out of the possible 12 per row. So, if you want three equal-width columns, you can use `.col-sm-4`. -- cgit v1.2.3