Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
9f80cab0
Commit
9f80cab0
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #13449 from sejr/master
Increase .lead font-weight for better readability on mobile
parents
f20f6660
3564369f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/type.less
+1
-1
less/type.less
with
1 addition
and
1 deletion
+1
-1
less/type.less
+
1
-
1
View file @
9f80cab0
...
@@ -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:
2
00;
font-weight:
3
00;
line-height: 1.4;
line-height: 1.4;
@media (min-width: @screen-sm-min) {
@media (min-width: @screen-sm-min) {
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets