Commit 9f80cab0 authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #13449 from sejr/master

Increase .lead font-weight for better readability on mobile
parents f20f6660 3564369f
Showing with 1 addition and 1 deletion
+1 -1
...@@ -62,7 +62,7 @@ p { ...@@ -62,7 +62,7 @@ p {
.lead { .lead {
margin-bottom: @line-height-computed; margin-bottom: @line-height-computed;
font-size: floor((@font-size-base * 1.15)); font-size: floor((@font-size-base * 1.15));
font-weight: 200; font-weight: 300;
line-height: 1.4; line-height: 1.4;
@media (min-width: @screen-sm-min) { @media (min-width: @screen-sm-min) {
......
Supports Markdown
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