aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorZlatan Vasović <[email protected]>2013-09-11 10:38:42 +0200
committerZlatan Vasović <[email protected]>2013-09-11 10:38:42 +0200
commit50fcaba24f1836aea26bd928156ec9ab0740bff2 (patch)
tree07d54fd1a7f5b699d918ba82fe5fcc015e725b3b /less
parentd9613268b00093d319a14be121c6bd608b02d176 (diff)
downloadbootstrap-50fcaba24f1836aea26bd928156ec9ab0740bff2.tar.xz
bootstrap-50fcaba24f1836aea26bd928156ec9ab0740bff2.zip
The last
Diffstat (limited to 'less')
-rw-r--r--less/type.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less
index 9a6656b63..5ad6a4669 100644
--- a/less/type.less
+++ b/less/type.less
@@ -15,7 +15,7 @@ p {
font-weight: 200;
line-height: 1.4;
- @media (min-width: @screen-sm) {
+ @media (min-width: @screen-sm-min) {
font-size: (@font-size-base * 1.5);
}
}