aboutsummaryrefslogtreecommitdiff
path: root/docs/layout
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-11-08 13:32:50 -0800
committerGitHub <[email protected]>2016-11-08 13:32:50 -0800
commit12fae028e179347cf662cca14d3e5c089087a819 (patch)
tree74616a5e3b4244783dab34ab2ef8391b29aa5373 /docs/layout
parente63c617fe4918d0aae95a81ed38590bacf5f5c7f (diff)
parentb4dbc69f0edba28ea1a9be4aacb3e9f68c3604a9 (diff)
downloadbootstrap-12fae028e179347cf662cca14d3e5c089087a819.tar.xz
bootstrap-12fae028e179347cf662cca14d3e5c089087a819.zip
Merge pull request #21099 from bardiharborow/links
Fix broken and redirected links.
Diffstat (limited to 'docs/layout')
-rw-r--r--docs/layout/overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/layout/overview.md b/docs/layout/overview.md
index c22203fde..e4d6bc49e 100644
--- a/docs/layout/overview.md
+++ b/docs/layout/overview.md
@@ -47,7 +47,7 @@ Use `.container-fluid` for a full width container, spanning the entire width of
## Responsive breakpoints
-Since Bootstrap is developed to be mobile first, we use a handful of [media queries](https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Media_queries) to create sensible breakpoints for our layouts and interfaces. These breakpoints are mostly based on minimum viewport widths and allow us to scale up elements as the viewport changes.
+Since Bootstrap is developed to be mobile first, we use a handful of [media queries](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries) to create sensible breakpoints for our layouts and interfaces. These breakpoints are mostly based on minimum viewport widths and allow us to scale up elements as the viewport changes.
Bootstrap primarily uses the following media query ranges—or breakpoints—in our source Sass files for our layout, grid system, and components.