aboutsummaryrefslogtreecommitdiff
path: root/docs/utilities
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-22 21:27:54 -0800
committerMark Otto <[email protected]>2016-12-22 21:27:54 -0800
commit94bd6b76bef5d60ee61fcf61665e9a1b0ae04a16 (patch)
tree31511ab1722d9a858db64500f146c316bfe5f5c2 /docs/utilities
parent5b2d9f95d583d781bad1644b014b7eed298714a1 (diff)
parent4b62a9390682feac7c5d1e260fd968ebaa7ded7c (diff)
downloadbootstrap-94bd6b76bef5d60ee61fcf61665e9a1b0ae04a16.tar.xz
bootstrap-94bd6b76bef5d60ee61fcf61665e9a1b0ae04a16.zip
Merge branch 'flex-cards' into v4-dev
Diffstat (limited to 'docs/utilities')
-rw-r--r--docs/utilities/sizing-and-positioning.md2
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..a6de778ca 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) with 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>