Change line height in order to be 1.5 * font-size
This commit is contained in:
parent
f085a90973
commit
bc0edde68d
|
@ -3,7 +3,7 @@
|
|||
/** Typography */
|
||||
@global-font-family: Aileron;
|
||||
@global-font-size: 16px;
|
||||
@global-line-height: 24px;
|
||||
@global-line-height: 1.5 * @global-font-size;
|
||||
@global-xsmall-font-size: 12px;
|
||||
@global-small-font-size: 14px;
|
||||
@global-medium-font-size: 18px;
|
||||
|
|
Loading…
Reference in New Issue