diff options
| author | Mark Otto <[email protected]> | 2016-10-31 21:13:05 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-10-31 21:13:05 -0700 |
| commit | f734814f6ba6c86673f771b073425ca6f7f72693 (patch) | |
| tree | c54270c4f2eb4f03166e449c77cdeea62443db72 /docs/components | |
| parent | a7f1b59959b12ab2e78c32e6954d083601ad45ba (diff) | |
| download | bootstrap-f734814f6ba6c86673f771b073425ca6f7f72693.tar.xz bootstrap-f734814f6ba6c86673f771b073425ca6f7f72693.zip | |
Make spacer utils responsive (#20926)
* make spacer utils responsive by grid tier
* update scale to add two levels, document them
* change responsive spacing utils to avoid the xs abbreviation in the class name for that tier
* update code snippet to match source
* update usage in our docs
* linter
* docs updates
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/jumbotron.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/jumbotron.md b/docs/components/jumbotron.md index 0fa7215aa..49b7ba9a3 100644 --- a/docs/components/jumbotron.md +++ b/docs/components/jumbotron.md @@ -13,7 +13,7 @@ A lightweight, flexible component that can optionally extend the entire viewport <div class="jumbotron"> <h1 class="display-3">Hello, world!</h1> <p class="lead">This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p> - <hr class="my-2"> + <hr class="my-4"> <p>It uses utility classes for typography and spacing to space content out within the larger container.</p> <p class="lead"> <a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a> |
