diff --git a/docs/layout/grid.md b/docs/layout/grid.md
index 3e59a785f1..bfa4af63a1 100644
--- a/docs/layout/grid.md
+++ b/docs/layout/grid.md
@@ -37,18 +37,22 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
|
Extra small devices
- Phones (<768px)
+ Portrait phones (<???px)
|
Small devices
- Tablets (≥768px)
+ Landscape phones (≥???px)
|
Medium devices
- Desktops (≥992px)
+ Tablets (≥768px)
|
Large devices
+ Desktops (≥992px)
+ |
+
+ Extra large devices
Desktops (≥1200px)
|
@@ -57,11 +61,12 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
Grid behavior |
Horizontal at all times |
- Collapsed to start, horizontal above breakpoints |
+ Collapsed to start, horizontal above breakpoints |
Container width |
None (auto) |
+ ???px |
750px |
970px |
1170px |
@@ -72,33 +77,35 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
.col-sm- |
.col-md- |
.col-lg- |
+ .col-xl- |
# of columns |
- 12 |
+ 12 |
Column width |
Auto |
+ ~??px |
~62px |
~81px |
~97px |
Gutter width |
- 30px (15px on each side of a column) |
+ 30px (15px on each side of a column) |
Nestable |
- Yes |
+ Yes |
Offsets |
- Yes |
+ Yes |
Column ordering |
- Yes |
+ Yes |