diff --git a/docs/layout/grid.md b/docs/layout/grid.md
index 3e59a785f1..1232262a2a 100644
--- a/docs/layout/grid.md
+++ b/docs/layout/grid.md
@@ -37,19 +37,23 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
|
Extra small devices
- Phones (<768px)
+ Portrait phones (<34em)
|
Small devices
- Tablets (≥768px)
+ Landscape phones (≥38em)
|
Medium devices
- Desktops (≥992px)
+ Tablets (≥48em)
|
Large devices
- Desktops (≥1200px)
+ Desktops (≥62em)
+ |
+
+ Extra large devices
+ Desktops (≥75em)
|
@@ -57,14 +61,15 @@ 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) |
- 750px |
- 970px |
- 1170px |
+ 34rem |
+ 45rem |
+ 60rem |
+ 72.25rem |
Class prefix |
@@ -72,33 +77,27 @@ 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 |
-
-
- Column width |
- Auto |
- ~62px |
- ~81px |
- ~97px |
+ 12 |
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 |