diff options
| author | Nic Johnson <[email protected]> | 2020-06-18 12:46:03 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-18 21:46:03 +0300 |
| commit | b84c9ed4894c7ff7824dca0c0e97c6e353eb8590 (patch) | |
| tree | f8fa8488e33efbec2b67bfad6e716b6ecd9f64dd | |
| parent | d6a9e785b5fe9e0f4843418762d17303de8979d6 (diff) | |
| download | bootstrap-b84c9ed4894c7ff7824dca0c0e97c6e353eb8590.tar.xz bootstrap-b84c9ed4894c7ff7824dca0c0e97c6e353eb8590.zip | |
Fix typo (#31102)
| -rw-r--r-- | site/content/docs/5.0/layout/grid.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/layout/grid.md b/site/content/docs/5.0/layout/grid.md index ec8c35ce8..fa25e52d5 100644 --- a/site/content/docs/5.0/layout/grid.md +++ b/site/content/docs/5.0/layout/grid.md @@ -38,7 +38,7 @@ Breaking it down, here's how the grid system comes together: - **Our grid supports [six responsive breakpoints]({{< docsref "/layout/breakpoints" >}}).** Breakpoints are based on `min-width` media queries, meaning they affect that breakpoint and all those above it (e.g., `.col-sm-4` applies to `sm`, `md`, `lg`, `xl`, and `xxl`). This means you can control container and column sizing and behavior by each breakpoint. -- **Containers center and horizontally pad your content.** Use `.container` for a responsive pixel width, `.container-fluid` for `width: 100%` across all viewports and devices, or a responsive container (e.g., `.container-md`) fir combination of fluid and pixel widths. +- **Containers center and horizontally pad your content.** Use `.container` for a responsive pixel width, `.container-fluid` for `width: 100%` across all viewports and devices, or a responsive container (e.g., `.container-md`) for a combination of fluid and pixel widths. - **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 to ensure the content in your columns is visually aligned down the left side. Rows also support modifier classes to [uniformly apply column sizing](#row-columns) and [gutter classes]({{< docsref "/layout/gutters" >}}) to change the spacing of your content. |
