aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-04-15 17:14:56 +0300
committerGitHub <[email protected]>2020-04-15 17:14:56 +0300
commitf0abe26b98ade4d6a2d0b234758a94ea33b85388 (patch)
treeb4d56144fb9b138d19fe0fe28d8339eda926383a
parent5c2a50fb9e3fe208a788b36624544a6803cd20ec (diff)
downloadbootstrap-f0abe26b98ade4d6a2d0b234758a94ea33b85388.tar.xz
bootstrap-f0abe26b98ade4d6a2d0b234758a94ea33b85388.zip
guuters.md: fix link and highlight (#30595)
-rw-r--r--site/content/docs/4.3/layout/gutters.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/4.3/layout/gutters.md b/site/content/docs/4.3/layout/gutters.md
index 1dc6f7b29..8640aae54 100644
--- a/site/content/docs/4.3/layout/gutters.md
+++ b/site/content/docs/4.3/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]() scale.
+- **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 can be responsively adjusted.** Use breakpoint-specific gutter classes to modify horizontal gutters, vertical gutters, and all gutters.
@@ -152,7 +152,7 @@ In practice, here's how it looks. Note you can continue to use this with all oth
Classes are built from the `$gutters` Sass map which is inherited from the `$spacers` Sass map.
-```sass
+```scss
$grid-gutter-width: 1.5rem;
$gutters: (
0: 0,