diff options
| author | XhmikosR <[email protected]> | 2020-09-29 18:33:00 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-29 18:33:00 +0300 |
| commit | b083c9639fd9012e5cba57d6c4088d43b3c3e57d (patch) | |
| tree | 7a945ab82b979987d298e2afd807f77216c3c453 /dist/css/bootstrap-grid.css | |
| parent | d862a9f27657ec95a0a49e159236824141f0c9ae (diff) | |
| download | bootstrap-b083c9639fd9012e5cba57d6c4088d43b3c3e57d.tar.xz bootstrap-b083c9639fd9012e5cba57d6c4088d43b3c3e57d.zip | |
Prepare v5.0.0-alpha2. (#31748)v5.0.0-alpha2
Diffstat (limited to 'dist/css/bootstrap-grid.css')
| -rw-r--r-- | dist/css/bootstrap-grid.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dist/css/bootstrap-grid.css b/dist/css/bootstrap-grid.css index d7a7d6508..28542dfc9 100644 --- a/dist/css/bootstrap-grid.css +++ b/dist/css/bootstrap-grid.css @@ -1,5 +1,5 @@ /*! - * Bootstrap Grid v5.0.0-alpha1 (https://getbootstrap.com/) + * Bootstrap Grid v5.0.0-alpha2 (https://getbootstrap.com/) * Copyright 2011-2020 The Bootstrap Authors * Copyright 2011-2020 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) @@ -11,9 +11,10 @@ .container-lg, .container-xl, .container-xxl { + --bs-gutter-x: 1.5rem; width: 100%; - padding-right: 1rem; - padding-left: 1rem; + padding-right: calc(var(--bs-gutter-x) / 2); + padding-left: calc(var(--bs-gutter-x) / 2); margin-right: auto; margin-left: auto; } |
