Commit 1161bff6 authored by Jay Pinho's avatar Jay Pinho Committed by XhmikosR
Browse files

Make example description more accurate (#28842)

9 merge requests!36532My v4 dev,!34086v4: Fix prevented show event disables modals with fade class from being displayed again,!33729V4 dev,!33086V4 dev,!31901Add opacity utilities,!31513Update icons.md,!30331Removed 'shrink-to-fit' from `viewport` meta,!29732V4 dev,!28937Add *-shadow classes
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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 %}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment