From: Bass Jobsen Date: Sat, 12 Dec 2015 23:23:55 +0000 (+0100) Subject: Using px rather than em values X-Git-Tag: v4.0.0-alpha.3~497^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63671554503765da475933b7487597007debf181;p=thirdparty%2Fbootstrap.git Using px rather than em values Should close https://github.com/twbs/bootstrap/issues/18556 --- 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)