aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-04 09:08:52 -0700
committerMark Otto <[email protected]>2013-09-04 09:08:52 -0700
commit34f148714623ad917e59a97c5660ec4c13630d5d (patch)
tree3fc077c644cd8d71301e7e3cff29ce7ef058779f
parent5773638329d5c3ce4fe6cde894e92bc865042744 (diff)
downloadbootstrap-34f148714623ad917e59a97c5660ec4c13630d5d.tar.xz
bootstrap-34f148714623ad917e59a97c5660ec4c13630d5d.zip
Fixes #10436: use screen-sm var instead of hardcoded pixel value
-rw-r--r--less/type.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less
index 43336c946..981068962 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);
}
}