From 00d95910c45f04389d82cd8db8f59e4175b31be2 Mon Sep 17 00:00:00 2001 From: SDE Date: Sun, 10 Dec 2023 10:44:47 +0300 Subject: [PATCH] 0.3.10 line-height fix --- static/aerbimCSS.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index f91950b..ccf8f74 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -97,7 +97,7 @@ body.n_scroll{ font-size: 14px; /*font-weight: 500;*/ - line-height: normal; + line-height: 14px; } .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: normal; + line-height: 16px; } .large_txt{ @@ -120,7 +120,7 @@ body.n_scroll{ font-size: 36px; font-style: normal; font-weight: 600; - line-height: normal; + line-height: 36px; } .semi_large_light{ @@ -129,7 +129,7 @@ body.n_scroll{ font-size: 18px; font-style: normal; font-weight: 300; - line-height: normal; + line-height: 18px; } .semi_large_semi_light{ @@ -138,7 +138,7 @@ body.n_scroll{ font-size: 14px; font-style: normal; font-weight: 400; - line-height: normal; + line-height: 14px; } .medium_txt{ @@ -147,7 +147,7 @@ body.n_scroll{ font-size: 24px; font-style: normal; font-weight: 600; - line-height: normal; + line-height: 24px; } .medium_small_bold_txt{ @@ -156,7 +156,7 @@ body.n_scroll{ font-size: 20px; font-style: normal; font-weight: 600; - line-height: normal; + line-height: 20px; } .text_header.last_right{