diff options
| author | Mark Otto <[email protected]> | 2017-10-02 20:36:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-02 20:36:35 -0700 |
| commit | acaa6d6f239050a6c9444b4afc0c90a387e2b729 (patch) | |
| tree | c936481ff3bdfbb2550a6e7e5e8f20e187c85968 /dist/css/bootstrap.css | |
| parent | 7b766e1ad53b0c22de42dac04d2472f287334e2a (diff) | |
| download | bootstrap-acaa6d6f239050a6c9444b4afc0c90a387e2b729.tar.xz bootstrap-acaa6d6f239050a6c9444b4afc0c90a387e2b729.zip | |
dist
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 5cdf24f4c..57abce8e5 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -634,10 +634,10 @@ pre code { .container { width: 100%; - margin-right: auto; - margin-left: auto; padding-right: 15px; padding-left: 15px; + margin-right: auto; + margin-left: auto; } @media (min-width: 576px) { @@ -666,10 +666,10 @@ pre code { .container-fluid { width: 100%; - margin-right: auto; - margin-left: auto; padding-right: 15px; padding-left: 15px; + margin-right: auto; + margin-left: auto; } .row { |
