Commit 02f6bd65 authored by Mark Otto's avatar Mark Otto

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

parent e8c5b3c9
...@@ -584,7 +584,7 @@ p { ...@@ -584,7 +584,7 @@ p {
.lead { .lead {
margin-bottom: 20px; margin-bottom: 20px;
font-size: 20px; font-size: 30px;
font-weight: 200; font-weight: 200;
line-height: 30px; line-height: 30px;
} }
......
...@@ -11,7 +11,7 @@ p { ...@@ -11,7 +11,7 @@ p {
} }
.lead { .lead {
margin-bottom: @baseLineHeight; margin-bottom: @baseLineHeight;
font-size: 20px; font-size: @baseLineHeight * 1.5;
font-weight: 200; font-weight: 200;
line-height: @baseLineHeight * 1.5; line-height: @baseLineHeight * 1.5;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment