]> 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>
Thu, 30 May 2019 08:58:34 +0000 (11:58 +0300)
site/docs/4.3/utilities/display.md

index 8dafce2d8920eae0df024ad349f1578a2a5da3a3..3b53460ee0ec601e122a9a7f6d015b423e02e2bf 100644 (file)
@@ -73,7 +73,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` |
 
 {% capture 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>
 {% endcapture %}
 {% include example.html content=example %}