mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #13449 from sejr/master
Increase .lead font-weight for better readability on mobile
This commit is contained in:
commit
9f80cab096
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ p {
|
|||
.lead {
|
||||
margin-bottom: @line-height-computed;
|
||||
font-size: floor((@font-size-base * 1.15));
|
||||
font-weight: 200;
|
||||
font-weight: 300;
|
||||
line-height: 1.4;
|
||||
|
||||
@media (min-width: @screen-sm-min) {
|
||||
|
|
Loading…
Reference in a new issue