mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Make example description more accurate (#28842)
This commit is contained in:
parent
072622d959
commit
91d07fb26c
1 changed files with 1 additions and 1 deletions
|
@ -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` |
|
| Visible only on xl | `.d-none .d-xl-block` |
|
||||||
|
|
||||||
{{< example >}}
|
{{< 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>
|
<div class="d-none d-lg-block">hide on screens smaller than lg</div>
|
||||||
{{< /example >}}
|
{{< /example >}}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue