From e3c5c14fdac69f426ef10494babd198ca35945d9 Mon Sep 17 00:00:00 2001 From: SDE Date: Sun, 10 Dec 2023 10:46:06 +0300 Subject: [PATCH] 0.3.11 line-height fix --- static/aerbimCSS.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index ccf8f74..ae4f0fc 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -97,7 +97,7 @@ body.n_scroll{ font-size: 14px; /*font-weight: 500;*/ - line-height: 14px; + line-height: normal; } .standart_txt.orange{ @@ -111,7 +111,7 @@ body.n_scroll{ /*font-family: -apple-system, 'Raleway-Regular', sans-serif;*/ font-size: 16px; font-weight: 600; - line-height: 16px; + line-height: normal; } .large_txt{ @@ -129,7 +129,7 @@ body.n_scroll{ font-size: 18px; font-style: normal; font-weight: 300; - line-height: 18px; + line-height: normal; } .semi_large_semi_light{ @@ -138,7 +138,7 @@ body.n_scroll{ font-size: 14px; font-style: normal; font-weight: 400; - line-height: 14px; + line-height: normal; } .medium_txt{ @@ -156,7 +156,7 @@ body.n_scroll{ font-size: 20px; font-style: normal; font-weight: 600; - line-height: 20px; + line-height: normal; } .text_header.last_right{