aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-10-22 19:34:24 -0700
committerMark Otto <[email protected]>2017-10-22 19:34:24 -0700
commit964356464cc0413a782e7f5146a4a9f720fb3fe0 (patch)
tree127908a3b9103fe71e921bc7239e305a71d60a61 /docs
parent2f8d3a3d8cc7e861015e53c7eab604cff5e287f7 (diff)
downloadbootstrap-964356464cc0413a782e7f5146a4a9f720fb3fe0.tar.xz
bootstrap-964356464cc0413a782e7f5146a4a9f720fb3fe0.zip
combine
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/utilities/display.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/4.0/utilities/display.md b/docs/4.0/utilities/display.md
index 8b4d424bb..610934a50 100644
--- a/docs/4.0/utilities/display.md
+++ b/docs/4.0/utilities/display.md
@@ -30,9 +30,7 @@ Where *display* is one of:
* `flex`
* `inline-flex`
-The media queries effect screen widths with the given breakpoint *or larger*.
-
-For example, `.d-lg-none` sets `display: none;` on both `lg` and `xl` screens.
+The media queries effect screen widths with the given breakpoint *or larger*. For example, `.d-lg-none` sets `display: none;` on both `lg` and `xl` screens.
## Examples