mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Fix typo in "Hiding elements" section (#27843)
This commit is contained in:
parent
502b6c8ed6
commit
b5b4f83cdb
@ -49,7 +49,7 @@ The media queries effect screen widths with the given breakpoint *or larger*. Fo
|
||||
|
||||
## Hiding elements
|
||||
|
||||
For faster mobile-friendly development, use responsive display classes for showing and hiding elements by device. Avoid creating entirely different versions of the same site, instead hide element responsively for each screen size.
|
||||
For faster mobile-friendly development, use responsive display classes for showing and hiding elements by device. Avoid creating entirely different versions of the same site, instead hide elements responsively for each screen size.
|
||||
|
||||
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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user