diff options
| author | XhmikosR <[email protected]> | 2020-08-04 19:24:33 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-04 19:24:33 +0300 |
| commit | 89dc9750ec029a1479cba87f27ab936df6edb681 (patch) | |
| tree | 81a068c1d45a2c8e3d1d562b55d55c9bb1b91c04 /dist/css/bootstrap-grid.css | |
| parent | e0f89dc90b8c5ded70f64e191548b3ee591062b9 (diff) | |
| download | bootstrap-4.5.1.tar.xz bootstrap-4.5.1.zip | |
Prepare v4.5.1. (#31408)v4.5.1
Diffstat (limited to 'dist/css/bootstrap-grid.css')
| -rw-r--r-- | dist/css/bootstrap-grid.css | 50 |
1 files changed, 10 insertions, 40 deletions
diff --git a/dist/css/bootstrap-grid.css b/dist/css/bootstrap-grid.css index 40ee85d9e..c13834cc3 100644 --- a/dist/css/bootstrap-grid.css +++ b/dist/css/bootstrap-grid.css @@ -1,8 +1,8 @@ /*! - * Bootstrap Grid v4.5.0 (https://getbootstrap.com/) + * Bootstrap Grid v4.5.1 (https://getbootstrap.com/) * Copyright 2011-2020 The Bootstrap Authors * Copyright 2011-2020 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ html { box-sizing: border-box; @@ -15,39 +15,12 @@ html { box-sizing: inherit; } -.container { - width: 100%; - padding-right: 15px; - padding-left: 15px; - margin-right: auto; - margin-left: auto; -} - -@media (min-width: 576px) { - .container { - max-width: 540px; - } -} - -@media (min-width: 768px) { - .container { - max-width: 720px; - } -} - -@media (min-width: 992px) { - .container { - max-width: 960px; - } -} - -@media (min-width: 1200px) { - .container { - max-width: 1140px; - } -} - -.container-fluid, .container-sm, .container-md, .container-lg, .container-xl { +.container, +.container-fluid, +.container-sm, +.container-md, +.container-lg, +.container-xl { width: 100%; padding-right: 15px; padding-left: 15px; @@ -82,6 +55,8 @@ html { .row { display: -ms-flexbox; display: flex; + -ms-flex: 1 0 100%; + flex: 1 0 100%; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; @@ -116,7 +91,6 @@ html { flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; - min-width: 0; max-width: 100%; } @@ -360,7 +334,6 @@ html { flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; - min-width: 0; max-width: 100%; } .row-cols-sm-1 > * { @@ -563,7 +536,6 @@ html { flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; - min-width: 0; max-width: 100%; } .row-cols-md-1 > * { @@ -766,7 +738,6 @@ html { flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; - min-width: 0; max-width: 100%; } .row-cols-lg-1 > * { @@ -969,7 +940,6 @@ html { flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; - min-width: 0; max-width: 100%; } .row-cols-xl-1 > * { |
