mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
fixes #4910: use @baseLineHeight * 1.5 for .lead font-size
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user