2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Merge pull request #13449 from sejr/master

Increase .lead font-weight for better readability on mobile
This commit is contained in:
Mark Otto
2014-04-30 19:33:11 -07:00
+1 -1
View File
@@ -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) {