diff options
| author | Hiws <[email protected]> | 2020-06-19 07:10:28 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-19 08:10:28 +0300 |
| commit | 7acf586d3efa9b2bad6a93d81c7cdc3560de6cdf (patch) | |
| tree | e199e2a286075da896d0360d3211b5448c550807 | |
| parent | b84c9ed4894c7ff7824dca0c0e97c6e353eb8590 (diff) | |
| download | bootstrap-7acf586d3efa9b2bad6a93d81c7cdc3560de6cdf.tar.xz bootstrap-7acf586d3efa9b2bad6a93d81c7cdc3560de6cdf.zip | |
Docs: fix typo (#31106)
* Fixes a typo so it displays the correct px's.
* Update gutters.md
Co-authored-by: XhmikosR <[email protected]>
| -rw-r--r-- | site/content/docs/5.0/layout/gutters.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/layout/gutters.md b/site/content/docs/5.0/layout/gutters.md index 18cbefeee..87d2731a4 100644 --- a/site/content/docs/5.0/layout/gutters.md +++ b/site/content/docs/5.0/layout/gutters.md @@ -10,7 +10,7 @@ toc: true - **Gutters are the gaps between column content, created by horizontal `padding`.** We set `padding-right` and `padding-left` on each column, and use negative `margin` to offset that at the start and end of each row to align content. -- **Gutters start are `1.5rem` (`20px`) wide.** This allows us to match our grid to the [padding and margin spacers]({{< docsref "/utilities/spacing" >}}) scale. +- **Gutters start at `1.5rem` (`24px`) wide.** This allows us to match our grid to the [padding and margin spacers]({{< docsref "/utilities/spacing" >}}) scale. - **Gutters can be responsively adjusted.** Use breakpoint-specific gutter classes to modify horizontal gutters, vertical gutters, and all gutters. |
