2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

fix inaccurate comment in media query docs

This commit is contained in:
Chris Rebert
2013-08-14 23:31:21 -07:00
parent 6e26f846cd
commit c84d34b5f1
+1 -1
View File
@@ -96,7 +96,7 @@ base_url: "../"
/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-tablet) { ... }
/* Medium devices (tablets, 992px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-desktop) { ... }
/* Large devices (large desktops, 1200px and up) */