diff options
Diffstat (limited to 'docs/layout')
| -rw-r--r-- | docs/layout/overview.md | 2 |
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. |
