diff options
| author | ChellyAhmed <[email protected]> | 2023-01-21 18:30:08 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-21 09:30:08 -0800 |
| commit | d9d2b4fdb25395237ee70ec6ad502280e13a4639 (patch) | |
| tree | 05d46087b4e8d2adad7b39b14bb9605478ebe05e /site/content/docs/5.3/layout | |
| parent | bada2b9a90be728da0157a6f96e4de5364035f5f (diff) | |
| download | bootstrap-d9d2b4fdb25395237ee70ec6ad502280e13a4639.tar.xz bootstrap-d9d2b4fdb25395237ee70ec6ad502280e13a4639.zip | |
fix typo in gutters doc (#37918)
* fix typo in gutters doc
* Update site/content/docs/5.3/layout/gutters.md
Co-authored-by: Mark Otto <[email protected]>
Diffstat (limited to 'site/content/docs/5.3/layout')
| -rw-r--r-- | site/content/docs/5.3/layout/gutters.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/layout/gutters.md b/site/content/docs/5.3/layout/gutters.md index 1eabc9211..a5b0772c8 100644 --- a/site/content/docs/5.3/layout/gutters.md +++ b/site/content/docs/5.3/layout/gutters.md @@ -71,7 +71,7 @@ An alternative solution is to add a wrapper around the `.row` with the `.overflo ## Horizontal & vertical gutters -`.g-*` classes can be used to control the horizontal gutter widths, for the following example we use a smaller gutter width, so there won't be a need to add the `.overflow-hidden` wrapper class. +Use `.g-*` classes to control the horizontal and vertical grid gutters. In the example below, we use a smaller gutter width, so there isn't a need for the `.overflow-hidden` wrapper class. {{< example class="bd-example-cols" >}} <div class="container text-center"> |
