From 3d66b5f2a98c8e6efa482239ab6350ff76cedd91 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 4 Sep 2013 09:08:52 -0700 Subject: [PATCH] (less) Fixes #10436: use screen-sm var instead of hardcoded pixel value --- type.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/type.less b/type.less index 43336c946d23..9810689629cd 100644 --- a/type.less +++ b/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); } }