diff options
| author | Mark Otto <[email protected]> | 2017-07-14 16:31:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-14 16:31:34 -0700 |
| commit | 64bf037bd1138264c5fcee4f096c9edb65da3a79 (patch) | |
| tree | 4fd58533f55bd78fcd2739411ea4422fc7f942ed /docs | |
| parent | 16fdaa2befba69d99de716365b940425e2832f64 (diff) | |
| download | bootstrap-64bf037bd1138264c5fcee4f096c9edb65da3a79.tar.xz bootstrap-64bf037bd1138264c5fcee4f096c9edb65da3a79.zip | |
mention how to do edge-to-edge in docs
/cc #23070
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/layout/grid.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md index 77b72f611..a4fbf9ca5 100644 --- a/docs/4.0/layout/grid.md +++ b/docs/4.0/layout/grid.md @@ -434,6 +434,8 @@ The gutters between columns in our predefined grid classes can be removed with ` Here's the source code for creating these styles. Note that column overrides are scoped to only the first children columns and are targeted via [attribute selector](https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors). While this generates a more specific selector, column padding can still be further customized with [spacing utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/spacing/). +**Need an edge-to-edge design?** Drop the parent `.container` or `.container-fluid`. + {% highlight sass %} .no-gutters { margin-right: 0; |
