]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: fix typo (#31106)
authorHiws <hiws@live.dk>
Fri, 19 Jun 2020 05:10:28 +0000 (07:10 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2020 05:10:28 +0000 (08:10 +0300)
* Fixes a typo so it displays the correct px's.

* Update gutters.md

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
site/content/docs/5.0/layout/gutters.md

index 18cbefeeea6968d3021186b8e5f2763507b5e435..87d2731a4743932833b577c3e10c71710baa389d 100644 (file)
@@ -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.