From bc0edde68dccfc17c1abc5d5aa3721f720aee852 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 21 Sep 2022 11:58:22 +0300 Subject: [PATCH] Change line height in order to be 1.5 * font-size --- less/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/variables.less b/less/variables.less index c3e26c3..2ff20cb 100644 --- a/less/variables.less +++ b/less/variables.less @@ -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;