mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
Make example description more accurate (#28842)
This commit is contained in:
parent
a84a05a56a
commit
1161bff6eb
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user