]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
be more specific
authorMark Otto <markdotto@gmail.com>
Sat, 30 Sep 2017 22:03:45 +0000 (15:03 -0700)
committerMark Otto <markd.otto@gmail.com>
Sun, 1 Oct 2017 03:30:40 +0000 (20:30 -0700)
docs/4.0/layout/grid.md

index 4389c36ceaf834b9bd2b588d43e01f4cbb65b7e9..05c01d885f554e3dd598973813f41723c79f96a7 100644 (file)
@@ -34,7 +34,7 @@ The above example creates three equal-width columns on small, medium, large, and
 
 Breaking it down, here's how it works:
 
-- Containers provide a means to center and horizontally pad your site's contents. Use `.container` for specific pixel width or `.container-fluid` for `width: 100%`.
+- Containers provide a means to center and horizontally pad your site's contents. Use `.container` for a responsive pixel width or `.container-fluid` for `width: 100%` across all viewport and device sizes.
 - Rows are wrappers for columns. Each column has horizontal `padding` (called a gutter) for controlling the space between them. This `padding` is then counteracted on the rows with negative margins; this way, 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.