diff options
| author | XhmikosR <[email protected]> | 2023-07-27 18:12:54 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-27 18:12:54 +0300 |
| commit | 5a97018a9ae42ed645cf34ef78128abb440905af (patch) | |
| tree | f7d78ebca99a345bf23e701cac2a047b3f98307a | |
| parent | 2a1bf52b73fc9a97f6fef75aa1b29b3e9f0288b3 (diff) | |
| download | bootstrap-5a97018a9ae42ed645cf34ef78128abb440905af.tar.xz bootstrap-5a97018a9ae42ed645cf34ef78128abb440905af.zip | |
Update gutters.md (#38968)
| -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 a5b0772c8..0cb35a95c 100644 --- a/site/content/docs/5.3/layout/gutters.md +++ b/site/content/docs/5.3/layout/gutters.md @@ -139,7 +139,7 @@ The gutters between columns in our predefined grid classes can be removed with ` **Need an edge-to-edge design?** Drop the parent `.container` or `.container-fluid` and add `.mx-0` to the `.row` to prevent overflow. -In practice, here's how it looks. Note you can continue to use this with all other predefined grid classes (including column widths, responsive tiers, reorders, and more). +In practice, here's how it looks. Note that you can continue to use this with all other predefined grid classes (including column widths, responsive tiers, reorders, and more). {{< example class="bd-example-row" >}} <div class="row g-0 text-center"> |
