diff options
| author | Chris Rebert <[email protected]> | 2013-08-20 16:21:18 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-20 16:21:18 -0700 |
| commit | d666a89621ff85612390b3a0587e687eaae21060 (patch) | |
| tree | 2743634d9bed496e6fe21094ced20bb0e3d59035 /css.html | |
| parent | 7c88db5c42bb692183cd0b31fd61e3789b0995a7 (diff) | |
| download | bootstrap-d666a89621ff85612390b3a0587e687eaae21060.tar.xz bootstrap-d666a89621ff85612390b3a0587e687eaae21060.zip | |
fix #9915
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ base_url: "../" <h3 id="grid-media-queries">Media queries</h3> <p>We use the following media queries to create the key breakpoints in our grid system.</p> {% highlight css %} -/* Extra small devices (phones, up to 480px) */ +/* Extra small devices (phones, less than 768px) */ /* No media query since this is the default in Bootstrap */ /* Small devices (tablets, 768px and up) */ |
