From 1633da2ce85d9954531534b8e0b2259ee71557e6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 19 Jan 2015 15:44:53 -0800 Subject: [PATCH] remove unnecessary docs sections for media queries page --- docs/_data/nav.yml | 3 --- docs/layout/media-queries.md | 2 -- 2 files changed, 5 deletions(-) diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 674b8f0d8f..a8fab94719 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -17,9 +17,6 @@ pages: - title: Scaffolding - title: Media queries - sections: - - title: Common queries - - title: Sass mixins - title: Containers - title: Grid sections: diff --git a/docs/layout/media-queries.md b/docs/layout/media-queries.md index f9bc7c3fd7..d70e8130aa 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 %}