Skip to content

Commit

Permalink
display on xl viewport
Browse files Browse the repository at this point in the history
See issue twbs#25711
  • Loading branch information
Jos Maissan committed Feb 25, 2018
1 parent 29f178d commit ada8f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4.0/utilities/display.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ For faster mobile-friendly development, use responsive display classes for showi

To hide elements simply use the `.d-none` class or one of the `.d-{sm,md,lg,xl}-none` classes for any responsive screen variation.

To show an element only on a given interval of screen sizes you can combine one `.d-*-none` class with a `.d-*-*` class, for example `.d-none .d-md-block .d-xl-block` will hide the element for all screen sizes except on medium and large devices.
To show an element only on a given interval of screen sizes you can combine one `.d-*-none` class with a `.d-*-*` class, for example `.d-none .d-md-block .d-xl-none` will hide the element for all screen sizes except on medium and large devices.

| Screen Size | Class |
| --- | --- |
Expand Down

0 comments on commit ada8f52

Please sign in to comment.