From: Jay Pinho Date: Wed, 29 May 2019 15:17:40 +0000 (+0100) Subject: Make example description more accurate (#28842) X-Git-Tag: v5.0.0-alpha1~1077 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91d07fb26c40fd8182faebede959111f9eb7ecc5;p=thirdparty%2Fbootstrap.git Make example description more accurate (#28842) --- diff --git a/site/content/docs/4.3/utilities/display.md b/site/content/docs/4.3/utilities/display.md index 99e03fa4c1..d07c14fa11 100644 --- a/site/content/docs/4.3/utilities/display.md +++ b/site/content/docs/4.3/utilities/display.md @@ -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 >}} -
hide on screens wider than lg
+
hide on lg and wider screens
hide on screens smaller than lg
{{< /example >}}