Skip to content

Commit 02f6bd6

Browse files
committed
fixes twbs#4910: use @baseLineHeight * 1.5 for .lead font-size
1 parent e8c5b3c commit 02f6bd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/assets/css/bootstrap.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ p {
584584

585585
.lead {
586586
margin-bottom: 20px;
587-
font-size: 20px;
587+
font-size: 30px;
588588
font-weight: 200;
589589
line-height: 30px;
590590
}

less/type.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ p {
1111
}
1212
.lead {
1313
margin-bottom: @baseLineHeight;
14-
font-size: 20px;
14+
font-size: @baseLineHeight * 1.5;
1515
font-weight: 200;
1616
line-height: @baseLineHeight * 1.5;
1717
}

0 commit comments

Comments
 (0)