Commit c84d34b5 authored by Chris Rebert's avatar Chris Rebert

fix inaccurate comment in media query docs

parent 6e26f846
...@@ -96,7 +96,7 @@ base_url: "../" ...@@ -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) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment