diff options
| author | Mark Otto <[email protected]> | 2016-12-22 21:18:33 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-12-22 21:18:33 -0800 |
| commit | f297282833c2af308783c527edaf8d6a7fd93917 (patch) | |
| tree | 8b09d8ff341838eb31de749ae02fc31ba5f7caae /docs | |
| parent | 6b367b12c9c7ad6f1f7da79456501ec0e8fed9a3 (diff) | |
| download | bootstrap-f297282833c2af308783c527edaf8d6a7fd93917.tar.xz bootstrap-f297282833c2af308783c527edaf8d6a7fd93917.zip | |
typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/utilities/sizing-and-positioning.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/utilities/sizing-and-positioning.md b/docs/utilities/sizing-and-positioning.md index 9e3f35ca1..796eb8305 100644 --- a/docs/utilities/sizing-and-positioning.md +++ b/docs/utilities/sizing-and-positioning.md @@ -21,7 +21,7 @@ The `.pos-f-t` class can be used to easily position elements at the top of the v ## Width and height -Easily make an element as wide or as tall (relative to its parent) our width and height utilities. Includes support for `25%`, `50%`, `75%`, and `100%`. +Easily make an element as wide or as tall (relative to its parent) wit our width and height utilities. Includes support for `25%`, `50%`, `75%`, and `100%`. {% example html %} <div class="w-25 p-3" style="background-color: #eee;">Width 25%</div> |
