Change line height in order to be 1.5 * font-size

This commit is contained in:
Konstantinos Triantafyllou 2022-09-21 11:58:22 +03:00
parent f085a90973
commit bc0edde68d
1 changed files with 1 additions and 1 deletions

View File

@ -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;