From: Mark Otto Date: Sun, 12 Jun 2022 15:22:22 +0000 (-0700) Subject: Fixes #36550 X-Git-Tag: v5.2.0~68 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9ef305b8175ae610c213b65e68711a0e43534b7;p=thirdparty%2Fbootstrap.git Fixes #36550 --- diff --git a/site/content/docs/5.2/layout/grid.md b/site/content/docs/5.2/layout/grid.md index 765b7eb603..9d147239fe 100644 --- a/site/content/docs/5.2/layout/grid.md +++ b/site/content/docs/5.2/layout/grid.md @@ -63,77 +63,79 @@ Bootstrap's grid system can adapt across all six default breakpoints, and any br As noted above, each of these breakpoints have their own container, unique class prefix, and modifiers. Here's how the grid changes across these breakpoints: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- xs
- <576px -
- sm
- ≥576px -
- md
- ≥768px -
- lg
- ≥992px -
- xl
- ≥1200px -
- xxl
- ≥1400px -
Container max-widthNone (auto)540px720px960px1140px1320px
Class prefix.col-.col-sm-.col-md-.col-lg-.col-xl-.col-xxl-
# of columns12
Gutter width1.5rem (.75rem on left and right)
Custom gutters}}">Yes
NestableYes
Column ordering}}">Yes
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ xs
+ <576px +
+ sm
+ ≥576px +
+ md
+ ≥768px +
+ lg
+ ≥992px +
+ xl
+ ≥1200px +
+ xxl
+ ≥1400px +
Container max-widthNone (auto)540px720px960px1140px1320px
Class prefix.col-.col-sm-.col-md-.col-lg-.col-xl-.col-xxl-
# of columns12
Gutter width1.5rem (.75rem on left and right)
Custom gutters}}">Yes
NestableYes
Column ordering}}">Yes
+
## Auto-layout columns