aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-11 23:13:28 -0700
committerMark Otto <[email protected]>2013-09-11 23:13:28 -0700
commitdbcb05880f9dc34a694c0ebc2487f1c1ecb47493 (patch)
treec0cd9aa08a2bf9b4b51f583f0361dc7de2074cd2 /less/type.less
parent28e5572bf4de4e98b62421dc7d33e8b353fff382 (diff)
parent9c0d04d3e466c559b8ba11c9c0769745031310fb (diff)
downloadbootstrap-dbcb05880f9dc34a694c0ebc2487f1c1ecb47493.tar.xz
bootstrap-dbcb05880f9dc34a694c0ebc2487f1c1ecb47493.zip
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'less/type.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);
}
}