diff options
| author | Mark Otto <[email protected]> | 2014-10-27 03:07:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-27 03:07:34 -0700 |
| commit | c15aa3679856a6af5aaa5fe81b0b9d3152cbe982 (patch) | |
| tree | 8339f347ba0dbb5682a7b90bba4132cf7a6918bc /docs/dist/css/bootstrap.css | |
| parent | 125c3859a0ebc87031853117012bef3a3a2b6aed (diff) | |
| download | bootstrap-c15aa3679856a6af5aaa5fe81b0b9d3152cbe982.tar.xz bootstrap-c15aa3679856a6af5aaa5fe81b0b9d3152cbe982.zip | |
switch to max-width on containers
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 3aff3108a..7267e9ae4 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -654,17 +654,17 @@ pre code { } @media (min-width: 48em) { .container { - width: 45rem; + max-width: 45rem; } } @media (min-width: 62em) { .container { - width: 60rem; + max-width: 60rem; } } @media (min-width: 75em) { .container { - width: 72.25rem; + max-width: 72.25rem; } } .container-fluid { |
