]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Make example description more accurate (#28842)
authorJay Pinho <jaypinho@gmail.com>
Wed, 29 May 2019 15:17:40 +0000 (16:17 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 29 May 2019 15:17:40 +0000 (18:17 +0300)
site/content/docs/4.3/utilities/display.md

index 99e03fa4c18a1aa9836cb91f451375d0a3014048..d07c14fa11c0f97883a6fa21003e0e6438d5dc65 100644 (file)
@@ -71,7 +71,7 @@ To show an element only on a given interval of screen sizes you can combine one
 | Visible only on xl | `.d-none .d-xl-block` |
 
 {{< example >}}
-<div class="d-lg-none">hide on screens wider than lg</div>
+<div class="d-lg-none">hide on lg and wider screens</div>
 <div class="d-none d-lg-block">hide on screens smaller than lg</div>
 {{< /example >}}