1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 07:14:36 +02:00

fixes #4910: use @baseLineHeight * 1.5 for .lead font-size

This commit is contained in:
Mark Otto
2012-09-01 12:00:13 -07:00
parent e8c5b3c9a5
commit 02f6bd65f5
2 changed files with 2 additions and 2 deletions

View File

@@ -584,7 +584,7 @@ p {
.lead {
margin-bottom: 20px;
font-size: 20px;
font-size: 30px;
font-weight: 200;
line-height: 30px;
}