aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJos Maissan <[email protected]>2018-02-25 16:45:31 +0100
committerMark Otto <[email protected]>2018-03-01 22:32:36 -0800
commit6431d746bccab270812a841be44f5e7829f7f367 (patch)
treed3be289ff631501e2479b34ec335cc1d3f1b4ff3 /docs
parent34bc00ddbe4d2ffb130f6718150a7759f01a272b (diff)
downloadbootstrap-6431d746bccab270812a841be44f5e7829f7f367.tar.xz
bootstrap-6431d746bccab270812a841be44f5e7829f7f367.zip
display on xl viewport
See issue #25711
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/utilities/display.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/utilities/display.md b/docs/4.0/utilities/display.md
index e00d5b635..d7cab2175 100644
--- a/docs/4.0/utilities/display.md
+++ b/docs/4.0/utilities/display.md
@@ -51,7 +51,7 @@ For faster mobile-friendly development, use responsive display classes for showi
To hide elements simply use the `.d-none` class or one of the `.d-{sm,md,lg,xl}-none` classes for any responsive screen variation.
-To show an element only on a given interval of screen sizes you can combine one `.d-*-none` class with a `.d-*-*` class, for example `.d-none .d-md-block .d-xl-block` will hide the element for all screen sizes except on medium and large devices.
+To show an element only on a given interval of screen sizes you can combine one `.d-*-none` class with a `.d-*-*` class, for example `.d-none .d-md-block .d-xl-none` will hide the element for all screen sizes except on medium and large devices.
| Screen Size | Class |
| --- | --- |