diff --git a/docs/layout/grid.md b/docs/layout/grid.md index cd848cf983..763ebb43fa 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -61,23 +61,23 @@ See how aspects of the Bootstrap grid system work across multiple devices with a Extra small - <34em + <34em / 480px Small - ≥34em + ≥34em / 480px Medium - ≥48em + ≥45em / 720px Large - ≥62em + ≥62em / 992px Extra large - ≥75em + ≥75em / 1200px @@ -90,10 +90,10 @@ See how aspects of the Bootstrap grid system work across multiple devices with a Container width None (auto) - 34rem - 45rem - 60rem - 72.25rem + 34rem / 480px + 45rem / 720px + 60rem / 960px + 72.25rem / 1156px Class prefix @@ -140,13 +140,13 @@ $grid-breakpoints: ( // Extra small screen / phone xs: 0, // Small screen / phone - sm: 34em, + sm: 34em, // 480px // Medium screen / tablet - md: 48em, + md: 48em, // 768px // Large screen / desktop - lg: 62em, + lg: 62em, // 992px // Extra large screen / wide desktop - xl: 75em + xl: 75em // 1200px ) !default; $grid-columns: 12;