diff options
| author | Mark Otto <[email protected]> | 2015-01-19 15:44:53 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-19 15:44:53 -0800 |
| commit | 1633da2ce85d9954531534b8e0b2259ee71557e6 (patch) | |
| tree | 05a9eedcdfb59a8e73d0280295c06c64f64a40a8 /docs/layout | |
| parent | 72bc9b97f0b8c6d71503e2ed9ee671e501b873b7 (diff) | |
| download | bootstrap-1633da2ce85d9954531534b8e0b2259ee71557e6.tar.xz bootstrap-1633da2ce85d9954531534b8e0b2259ee71557e6.zip | |
remove unnecessary docs sections for media queries page
Diffstat (limited to 'docs/layout')
| -rw-r--r-- | docs/layout/media-queries.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/layout/media-queries.md b/docs/layout/media-queries.md index f9bc7c3fd..d70e8130a 100644 --- a/docs/layout/media-queries.md +++ b/docs/layout/media-queries.md @@ -5,8 +5,6 @@ title: Media queries Since Bootstrap is designed to be mobile-first, we employ media queries in our CSS to create responsive pages and components. Media queries allow you to group rulesets by a handful of parameters, most notably viewport dimensions, to gracefully scale content across devices. -### Common queries - Bootstrap mainly uses the following media query ranges in our source Sass files for key breakpoints in our layout, grid system, and components. {% highlight scss %} |
