aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap-grid.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2020-06-13 15:40:28 -0700
committerMark Otto <[email protected]>2020-06-14 13:52:54 -0700
commita6564588567a14ebc4bfa4e50358f1c32e3b10d7 (patch)
tree37b84533c45e6286d75918c9d0221895ec659ce2 /dist/css/bootstrap-grid.css
parentcde53a85d14d22b3eba6f96b7e01490848da047e (diff)
downloadbootstrap-a6564588567a14ebc4bfa4e50358f1c32e3b10d7.tar.xz
bootstrap-a6564588567a14ebc4bfa4e50358f1c32e3b10d7.zip
Run dist on latest
Diffstat (limited to 'dist/css/bootstrap-grid.css')
-rw-r--r--dist/css/bootstrap-grid.css72
1 files changed, 27 insertions, 45 deletions
diff --git a/dist/css/bootstrap-grid.css b/dist/css/bootstrap-grid.css
index b1fd19ae8..ea92566ec 100644
--- a/dist/css/bootstrap-grid.css
+++ b/dist/css/bootstrap-grid.css
@@ -4,45 +4,13 @@
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
-.container {
- width: 100%;
- padding-right: 1rem;
- padding-left: 1rem;
- 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;
- }
-}
-
-@media (min-width: 1400px) {
- .container {
- max-width: 1320px;
- }
-}
-
-.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
+.container,
+.container-fluid,
+.container-sm,
+.container-md,
+.container-lg,
+.container-xl,
+.container-xxl {
width: 100%;
padding-right: 1rem;
padding-left: 1rem;
@@ -84,6 +52,7 @@
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
+ flex: 1 0 100%;
flex-wrap: wrap;
margin-top: calc(var(--bs-gutter-y) * -1);
margin-right: calc(var(--bs-gutter-x) / -2);
@@ -102,7 +71,6 @@
.col {
flex: 1 0 0%;
- min-width: 0;
}
.row-cols-auto > * {
@@ -312,7 +280,6 @@
@media (min-width: 576px) {
.col-sm {
flex: 1 0 0%;
- min-width: 0;
}
.row-cols-sm-auto > * {
flex: 0 0 auto;
@@ -483,7 +450,6 @@
@media (min-width: 768px) {
.col-md {
flex: 1 0 0%;
- min-width: 0;
}
.row-cols-md-auto > * {
flex: 0 0 auto;
@@ -654,7 +620,6 @@
@media (min-width: 992px) {
.col-lg {
flex: 1 0 0%;
- min-width: 0;
}
.row-cols-lg-auto > * {
flex: 0 0 auto;
@@ -825,7 +790,6 @@
@media (min-width: 1200px) {
.col-xl {
flex: 1 0 0%;
- min-width: 0;
}
.row-cols-xl-auto > * {
flex: 0 0 auto;
@@ -996,7 +960,6 @@
@media (min-width: 1400px) {
.col-xxl {
flex: 1 0 0%;
- min-width: 0;
}
.row-cols-xxl-auto > * {
flex: 0 0 auto;
@@ -1248,6 +1211,10 @@
justify-content: space-around !important;
}
+.justify-content-evenly {
+ justify-content: space-evenly !important;
+}
+
.align-items-start {
align-items: flex-start !important;
}
@@ -1802,6 +1769,9 @@
.justify-content-sm-around {
justify-content: space-around !important;
}
+ .justify-content-sm-evenly {
+ justify-content: space-evenly !important;
+ }
.align-items-sm-start {
align-items: flex-start !important;
}
@@ -2242,6 +2212,9 @@
.justify-content-md-around {
justify-content: space-around !important;
}
+ .justify-content-md-evenly {
+ justify-content: space-evenly !important;
+ }
.align-items-md-start {
align-items: flex-start !important;
}
@@ -2682,6 +2655,9 @@
.justify-content-lg-around {
justify-content: space-around !important;
}
+ .justify-content-lg-evenly {
+ justify-content: space-evenly !important;
+ }
.align-items-lg-start {
align-items: flex-start !important;
}
@@ -3122,6 +3098,9 @@
.justify-content-xl-around {
justify-content: space-around !important;
}
+ .justify-content-xl-evenly {
+ justify-content: space-evenly !important;
+ }
.align-items-xl-start {
align-items: flex-start !important;
}
@@ -3562,6 +3541,9 @@
.justify-content-xxl-around {
justify-content: space-around !important;
}
+ .justify-content-xxl-evenly {
+ justify-content: space-evenly !important;
+ }
.align-items-xxl-start {
align-items: flex-start !important;
}