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 >}}