From fb176a97e19b4ecdf2baca5c9528eac9dfc73279 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 31 Dec 2014 10:46:50 -0800 Subject: [PATCH] change values, remove grid column size row --- docs/layout/grid.md | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/docs/layout/grid.md b/docs/layout/grid.md index bfa4af63a1..1232262a2a 100644 --- a/docs/layout/grid.md +++ b/docs/layout/grid.md @@ -37,23 +37,23 @@ See how aspects of the Bootstrap grid system work across multiple devices with a Extra small devices - Portrait phones (<???px) + Portrait phones (<34em) Small devices - Landscape phones (≥???px) + Landscape phones (≥38em) Medium devices - Tablets (≥768px) + Tablets (≥48em) Large devices - Desktops (≥992px) + Desktops (≥62em) Extra large devices - Desktops (≥1200px) + Desktops (≥75em) @@ -66,10 +66,10 @@ See how aspects of the Bootstrap grid system work across multiple devices with a Container width None (auto) - ???px - 750px - 970px - 1170px + 34rem + 45rem + 60rem + 72.25rem Class prefix @@ -83,14 +83,6 @@ See how aspects of the Bootstrap grid system work across multiple devices with a # of columns 12 - - Column width - Auto - ~??px - ~62px - ~81px - ~97px - Gutter width 30px (15px on each side of a column)