]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #10436: use screen-sm var instead of hardcoded pixel value
authorMark Otto <otto@github.com>
Wed, 4 Sep 2013 16:08:52 +0000 (09:08 -0700)
committerMark Otto <otto@github.com>
Wed, 4 Sep 2013 16:08:52 +0000 (09:08 -0700)
less/type.less

index 43336c946d23895160a3da4abcc3c76e4eb8775e..9810689629cda8d17f3fe0c8fba74f2c95b228e0 100644 (file)
@@ -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);
   }
 }