diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 2a04a0c1d571..f41c571bfa51 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/scaffolding.html b/docs/scaffolding.html index b8a635cddedd..4ed4a36c8689 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -338,13 +338,13 @@

Supported devices

Landscape tablets - 768px to 940px + 768px to 980px 44px 20px Default - 940px and up + 980px and up 60px 20px @@ -390,7 +390,7 @@

Using the media queries

@media (max-width: 768px) { ... } // Portrait tablet to landscape and desktop - @media (min-width: 768px) and (max-width: 940px) { ... } + @media (min-width: 768px) and (max-width: 980px) { ... } // Large desktop @media (min-width: 1200px) { .. } diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index bfbd879d54f8..e20c52402970 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -262,13 +262,13 @@ {{_i}}Landscape tablets{{/i}} - 768px to 940px + 768px to 980px 44px 20px {{_i}}Default{{/i}} - 940px and up + 980px and up 60px 20px @@ -314,7 +314,7 @@ @media (max-width: 768px) { ... } // {{_i}}Portrait tablet to landscape and desktop{{/i}} - @media (min-width: 768px) and (max-width: 940px) { ... } + @media (min-width: 768px) and (max-width: 980px) { ... } // {{_i}}Large desktop{{/i}} @media (min-width: 1200px) { .. }