diff options
| author | Mark Otto <[email protected]> | 2013-09-04 09:08:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-04 09:08:52 -0700 |
| commit | 34f148714623ad917e59a97c5660ec4c13630d5d (patch) | |
| tree | 3fc077c644cd8d71301e7e3cff29ce7ef058779f | |
| parent | 5773638329d5c3ce4fe6cde894e92bc865042744 (diff) | |
| download | bootstrap-34f148714623ad917e59a97c5660ec4c13630d5d.tar.xz bootstrap-34f148714623ad917e59a97c5660ec4c13630d5d.zip | |
Fixes #10436: use screen-sm var instead of hardcoded pixel value
| -rw-r--r-- | less/type.less | 2 |
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); } } |
