1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 21:22:52 +02:00

Responsive containers (follow-up to #29095) (#29118)

* Follow-up to #29095

This PR fixes the responsive containers that were added in #29095, originally stubbed out in #25631. Apologies to @browner12 for getting that wrong.

Fixes #25631.

* update navbar as well because we cannot reset all containers uniformly

* Update navbars example to include container-xl example to ensure containers match

* rewrite responsive containers docs, add table of max-widths

* Update container docs
- Move table up to the intro
- Remove the container example because it's actually hella confusing
- Update and link to grid example as a demo instead
This commit is contained in:
Mark Otto
2019-08-05 12:12:16 -07:00
committed by GitHub
parent 8c362f0a0a
commit d94148bf50
6 changed files with 177 additions and 39 deletions

View File

@@ -74,16 +74,6 @@
}
//
// Container illustrations
//
.example-container-element {
background-color: rgba($blue, .25);
border: 1px solid rgba($blue, .25);
}
//
// Docs examples
//