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); } }