Skip to content

Commit 3737904

Browse files
committed
fixes twbs#4922: use basefontsize for realz on .lead
1 parent 209852c commit 3737904

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: 30px;
587+
font-size: 21px;
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: @baseLineHeight * 1.5;
14+
font-size: @baseFontSize * 1.5;
1515
font-weight: 200;
1616
line-height: @baseLineHeight * 1.5;
1717
}

0 commit comments

Comments
 (0)