Skip to content

Commit

Permalink
Update src/themes/eui-amsterdam/global_styling/variables/_typography.…
Browse files Browse the repository at this point in the history
…scss

Co-authored-by: Caroline Horn <[email protected]>
  • Loading branch information
2 people authored and cchaos committed Sep 30, 2020
1 parent 25597c1 commit f3a4128
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $euiFontSizeL: ceil($euiFontSize * 1.57); // 22px // h3
$euiFontSizeXL: floor($euiFontSize * 1.93); // 27px // h2
$euiFontSizeXXL: floor($euiFontSize * 2.43); // 34px // h1

// Use 8px incrememnts for base gridline
// Use 8px increments for base gridline
@function lineHeightFromBaseline($multiplier: 3) {
@return convertToRem(($euiSize/2)*$multiplier);
}
Expand Down

0 comments on commit f3a4128

Please sign in to comment.