diff options
| author | Mark Otto <[email protected]> | 2013-07-26 21:12:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 21:12:48 -0700 |
| commit | 8349236f8c322c048ca22e65ed797f2f35e9949e (patch) | |
| tree | 18ee2e44703bb1d1dc11aba9cb3286e378f658af /dist/css/bootstrap.css | |
| parent | ad235f5f51c8bade076c68cc6db4e89bfe6a6f32 (diff) | |
| download | bootstrap-8349236f8c322c048ca22e65ed797f2f35e9949e.tar.xz bootstrap-8349236f8c322c048ca22e65ed797f2f35e9949e.zip | |
Twerk lead font-size for mobile devices
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index de08356f6..7266c06cd 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -362,11 +362,17 @@ p { .lead { margin-bottom: 20px; - font-size: 21px; + font-size: 16.099999999999998px; font-weight: 200; line-height: 1.4; } +@media (min-width: 768px) { + .lead { + font-size: 21px; + } +} + small { font-size: 85%; } |
