diff options
| author | Mark Otto <[email protected]> | 2013-03-14 21:45:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-14 21:45:31 -0700 |
| commit | ed7fe0e5ba55d71d075a23b205b227665d47fc4f (patch) | |
| tree | 7f29beb28d12b7d12fc14e85ef7bf1ba886454a7 /docs/assets/css/bootstrap.css | |
| parent | 4247008e23b05a85d91c891b6cee9d2d09584a73 (diff) | |
| download | bootstrap-ed7fe0e5ba55d71d075a23b205b227665d47fc4f.tar.xz bootstrap-ed7fe0e5ba55d71d075a23b205b227665d47fc4f.zip | |
unfuck misaligned main container
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index c5121d7cb..bdc1f5661 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -740,7 +740,7 @@ pre code { @media screen and (min-width: 768px) { .container { - max-width: 728px; + max-width: 758px; } [class^="span"] { float: left; @@ -821,13 +821,13 @@ pre code { @media screen and (min-width: 992px) { .container { - max-width: 940px; + max-width: 970px; } } @media screen and (min-width: 1200px) { .container { - max-width: 1170px; + max-width: 1200px; } .row { margin-right: -15px; |
