From 6ef998628d076b967c7e840d17fb627af7c066e6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 22 Oct 2017 19:35:42 -0700 Subject: [PATCH] improve visual appeal of examples --- docs/4.0/utilities/display.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/4.0/utilities/display.md b/docs/4.0/utilities/display.md index 610934a500..a5ad2ea3c6 100644 --- a/docs/4.0/utilities/display.md +++ b/docs/4.0/utilities/display.md @@ -35,13 +35,13 @@ The media queries effect screen widths with the given breakpoint *or larger*. Fo ## Examples {% example html %} -
d-inline
-
d-inline
+
d-inline
+
d-inline
{% endexample %} {% example html %} -d-block -d-block +d-block +d-block {% endexample %} ## Hiding Elements