mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
fix inaccurate comment in media query docs
This commit is contained in:
parent
6e26f846cd
commit
c84d34b5f1
2
css.html
2
css.html
@ -96,7 +96,7 @@ base_url: "../"
|
|||||||
/* Small devices (tablets, 768px and up) */
|
/* Small devices (tablets, 768px and up) */
|
||||||
@media (min-width: @screen-tablet) { ... }
|
@media (min-width: @screen-tablet) { ... }
|
||||||
|
|
||||||
/* Medium devices (tablets, 992px and up) */
|
/* Medium devices (desktops, 992px and up) */
|
||||||
@media (min-width: @screen-desktop) { ... }
|
@media (min-width: @screen-desktop) { ... }
|
||||||
|
|
||||||
/* Large devices (large desktops, 1200px and up) */
|
/* Large devices (large desktops, 1200px and up) */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user