From: Mark Otto Date: Wed, 4 Sep 2013 16:08:52 +0000 (-0700) Subject: Fixes #10436: use screen-sm var instead of hardcoded pixel value X-Git-Tag: v3.0.1~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34f148714623ad917e59a97c5660ec4c13630d5d;p=thirdparty%2Fbootstrap.git Fixes #10436: use screen-sm var instead of hardcoded pixel value --- diff --git a/less/type.less b/less/type.less index 43336c946d..9810689629 100644 --- a/less/type.less +++ b/less/type.less @@ -15,7 +15,7 @@ p { font-weight: 200; line-height: 1.4; - @media (min-width: 768px) { + @media (min-width: @screen-sm) { font-size: (@font-size-base * 1.5); } }