diff options
| author | fat <[email protected]> | 2013-07-26 22:25:11 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-07-26 22:25:11 -0700 |
| commit | 7b9a949a1887a2da291347a66f3c6ae132b24d29 (patch) | |
| tree | d4a52f1de84cfd6e259397a4730043b4a43155c6 /less/type.less | |
| parent | cfa4ab90f3d8de9dd419a6b30f0ba57c9b9ba518 (diff) | |
| parent | 88dd20e6ac7df964837960fe6b7df68b698d3644 (diff) | |
| download | bootstrap-7b9a949a1887a2da291347a66f3c6ae132b24d29.tar.xz bootstrap-7b9a949a1887a2da291347a66f3c6ae132b24d29.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less index 5c5dc5cc6..0acb7f35d 100644 --- a/less/type.less +++ b/less/type.less @@ -11,9 +11,13 @@ p { } .lead { margin-bottom: @line-height-computed; - font-size: (@font-size-base * 1.5); + font-size: (@font-size-base * 1.15); font-weight: 200; line-height: 1.4; + + @media (min-width: 768px) { + font-size: (@font-size-base * 1.5); + } } |
