Unverified Commit f0abe26b authored by XhmikosR's avatar XhmikosR Committed by GitHub
Browse files

guuters.md: fix link and highlight (#30595)

parent 5c2a50fb
1 merge request!31948Examples/Floating-labels: fix bad behavior with autofill
Showing with 2 additions and 2 deletions
+2 -2
...@@ -10,7 +10,7 @@ toc: true ...@@ -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 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. - **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 ...@@ -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. Classes are built from the `$gutters` Sass map which is inherited from the `$spacers` Sass map.
```sass ```scss
$grid-gutter-width: 1.5rem; $grid-gutter-width: 1.5rem;
$gutters: ( $gutters: (
0: 0, 0: 0,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment