diff options
| author | Julien Déramond <[email protected]> | 2023-09-14 16:19:27 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-14 17:19:27 +0300 |
| commit | 344e912d04b5b6a04482113eff20ab416ff01048 (patch) | |
| tree | 2ae38dafc00be38456073cae9b204b9546ad3d7c /dist/css/bootstrap-grid.css | |
| parent | 317cb2ae094ec0edcfc38a1af9bd51880389ca65 (diff) | |
| download | bootstrap-344e912d04b5b6a04482113eff20ab416ff01048.tar.xz bootstrap-344e912d04b5b6a04482113eff20ab416ff01048.zip | |
Release v5.3.2 (#39173)
* Bump version to 5.3.2
* Dist
Diffstat (limited to 'dist/css/bootstrap-grid.css')
| -rw-r--r-- | dist/css/bootstrap-grid.css | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/dist/css/bootstrap-grid.css b/dist/css/bootstrap-grid.css index 8db184889..411dbb8a1 100644 --- a/dist/css/bootstrap-grid.css +++ b/dist/css/bootstrap-grid.css @@ -1,5 +1,5 @@ /*! - * Bootstrap Grid v5.3.1 (https://getbootstrap.com/) + * Bootstrap Grid v5.3.2 (https://getbootstrap.com/) * Copyright 2011-2023 The Bootstrap Authors * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ @@ -93,7 +93,7 @@ .row-cols-3 > * { flex: 0 0 auto; - width: 33.3333333333%; + width: 33.33333333%; } .row-cols-4 > * { @@ -108,7 +108,7 @@ .row-cols-6 > * { flex: 0 0 auto; - width: 16.6666666667%; + width: 16.66666667%; } .col-auto { @@ -298,7 +298,7 @@ } .row-cols-sm-3 > * { flex: 0 0 auto; - width: 33.3333333333%; + width: 33.33333333%; } .row-cols-sm-4 > * { flex: 0 0 auto; @@ -310,7 +310,7 @@ } .row-cols-sm-6 > * { flex: 0 0 auto; - width: 16.6666666667%; + width: 16.66666667%; } .col-sm-auto { flex: 0 0 auto; @@ -467,7 +467,7 @@ } .row-cols-md-3 > * { flex: 0 0 auto; - width: 33.3333333333%; + width: 33.33333333%; } .row-cols-md-4 > * { flex: 0 0 auto; @@ -479,7 +479,7 @@ } .row-cols-md-6 > * { flex: 0 0 auto; - width: 16.6666666667%; + width: 16.66666667%; } .col-md-auto { flex: 0 0 auto; @@ -636,7 +636,7 @@ } .row-cols-lg-3 > * { flex: 0 0 auto; - width: 33.3333333333%; + width: 33.33333333%; } .row-cols-lg-4 > * { flex: 0 0 auto; @@ -648,7 +648,7 @@ } .row-cols-lg-6 > * { flex: 0 0 auto; - width: 16.6666666667%; + width: 16.66666667%; } .col-lg-auto { flex: 0 0 auto; @@ -805,7 +805,7 @@ } .row-cols-xl-3 > * { flex: 0 0 auto; - width: 33.3333333333%; + width: 33.33333333%; } .row-cols-xl-4 > * { flex: 0 0 auto; @@ -817,7 +817,7 @@ } .row-cols-xl-6 > * { flex: 0 0 auto; - width: 16.6666666667%; + width: 16.66666667%; } .col-xl-auto { flex: 0 0 auto; @@ -974,7 +974,7 @@ } .row-cols-xxl-3 > * { flex: 0 0 auto; - width: 33.3333333333%; + width: 33.33333333%; } .row-cols-xxl-4 > * { flex: 0 0 auto; @@ -986,7 +986,7 @@ } .row-cols-xxl-6 > * { flex: 0 0 auto; - width: 16.6666666667%; + width: 16.66666667%; } .col-xxl-auto { flex: 0 0 auto; |
