From 964356464cc0413a782e7f5146a4a9f720fb3fe0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 22 Oct 2017 19:34:24 -0700 Subject: [PATCH] combine --- docs/4.0/utilities/display.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/4.0/utilities/display.md b/docs/4.0/utilities/display.md index 8b4d424bbc..610934a500 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