aboutsummaryrefslogtreecommitdiff
path: root/docs/layout/overview.md
diff options
context:
space:
mode:
authorBardi Harborow <[email protected]>2016-11-08 23:36:04 +1100
committerBardi Harborow <[email protected]>2016-11-09 01:14:48 +1100
commitb4dbc69f0edba28ea1a9be4aacb3e9f68c3604a9 (patch)
tree74616a5e3b4244783dab34ab2ef8391b29aa5373 /docs/layout/overview.md
parente63c617fe4918d0aae95a81ed38590bacf5f5c7f (diff)
downloadbootstrap-b4dbc69f0edba28ea1a9be4aacb3e9f68c3604a9.tar.xz
bootstrap-b4dbc69f0edba28ea1a9be4aacb3e9f68c3604a9.zip
Fix broken and redirected links.
Diffstat (limited to 'docs/layout/overview.md')
-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.