1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02:00

restore font-weight and knock down font-size for .lead

This commit is contained in:
Mark Otto
2014-07-08 00:10:31 -07:00
parent d85895fda8
commit 97008c381a
9 changed files with 31 additions and 28 deletions

View File

@@ -1102,7 +1102,8 @@ p {
margin-bottom: 1rem;
}
.lead {
font-size: 1.5rem;
font-size: 1.25rem;
font-weight: 300;
}
small,
.small {