aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-26 21:12:48 -0700
committerMark Otto <[email protected]>2013-07-26 21:12:48 -0700
commit8349236f8c322c048ca22e65ed797f2f35e9949e (patch)
tree18ee2e44703bb1d1dc11aba9cb3286e378f658af /less
parentad235f5f51c8bade076c68cc6db4e89bfe6a6f32 (diff)
downloadbootstrap-8349236f8c322c048ca22e65ed797f2f35e9949e.tar.xz
bootstrap-8349236f8c322c048ca22e65ed797f2f35e9949e.zip
Twerk lead font-size for mobile devices
Diffstat (limited to 'less')
-rw-r--r--less/type.less6
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);
+ }
}