From: Jay Pinho Date: Wed, 29 May 2019 15:17:40 +0000 (+0100) Subject: Make example description more accurate (#28842) X-Git-Tag: v4.4.0~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1161bff6ebdbe82fa516625f9802a081fbf0ea15;p=thirdparty%2Fbootstrap.git Make example description more accurate (#28842) --- diff --git a/site/docs/4.3/utilities/display.md b/site/docs/4.3/utilities/display.md index 8dafce2d89..3b53460ee0 100644 --- a/site/docs/4.3/utilities/display.md +++ b/site/docs/4.3/utilities/display.md @@ -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 %} -
hide on screens wider than lg
+
hide on lg and wider screens
hide on screens smaller than lg
{% endcapture %} {% include example.html content=example %}