Skip to content

Commit

Permalink
Adjust line-height for headings (quasarframework#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdanpdan authored and rstoenescu committed Feb 20, 2018
1 parent 7e72531 commit 84547dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/core.variables.styl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ $headings = {
size: 112px,
weight: 300,
opacity: .54,
line-height: 1,
line-height: 1.1,
letter-spacing: -.04em
},
display-3: {
Expand Down Expand Up @@ -122,7 +122,7 @@ $headings = {
size: 20px,
weight: 500,
opacity: .87
line-height: 1,
line-height: 1.1,
letter-spacing: .02em
},
subheading: {
Expand Down

0 comments on commit 84547dc

Please sign in to comment.