From 63671554503765da475933b7487597007debf181 Mon Sep 17 00:00:00 2001 From: Bass Jobsen Date: Sun, 13 Dec 2015 00:23:55 +0100 Subject: [PATCH] Using px rather than em values Should close https://github.com/twbs/bootstrap/issues/18556 --- docs/layout/responsive-utilities.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/layout/responsive-utilities.md b/docs/layout/responsive-utilities.md index f52b52db5f..26171d7454 100644 --- a/docs/layout/responsive-utilities.md +++ b/docs/layout/responsive-utilities.md @@ -23,23 +23,23 @@ Try to use these on a limited basis and avoid creating entirely different versio Extra small devices - Portrait phones (<34em) + Portrait phones (<544px) Small devices - Landscape phones (≥34em) + Landscape phones (≥544px - <768px) Medium devices - Tablets (≥48em) + Tablets (≥768px - <992px) Large devices - Desktops (≥62em) + Desktops (≥992px - <1200px) Extra large devices - Desktops (≥75em) + Desktops (≥1200px)