aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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