0.3.10 line-height fix

This commit is contained in:
SDE
2023-12-10 10:44:47 +03:00
parent d89285d131
commit 00d95910c4

View File

@@ -97,7 +97,7 @@ body.n_scroll{
font-size: 14px; font-size: 14px;
/*font-weight: 500;*/ /*font-weight: 500;*/
line-height: normal; line-height: 14px;
} }
.standart_txt.orange{ .standart_txt.orange{
@@ -111,7 +111,7 @@ body.n_scroll{
/*font-family: -apple-system, 'Raleway-Regular', sans-serif;*/ /*font-family: -apple-system, 'Raleway-Regular', sans-serif;*/
font-size: 16px; font-size: 16px;
font-weight: 600; font-weight: 600;
line-height: normal; line-height: 16px;
} }
.large_txt{ .large_txt{
@@ -120,7 +120,7 @@ body.n_scroll{
font-size: 36px; font-size: 36px;
font-style: normal; font-style: normal;
font-weight: 600; font-weight: 600;
line-height: normal; line-height: 36px;
} }
.semi_large_light{ .semi_large_light{
@@ -129,7 +129,7 @@ body.n_scroll{
font-size: 18px; font-size: 18px;
font-style: normal; font-style: normal;
font-weight: 300; font-weight: 300;
line-height: normal; line-height: 18px;
} }
.semi_large_semi_light{ .semi_large_semi_light{
@@ -138,7 +138,7 @@ body.n_scroll{
font-size: 14px; font-size: 14px;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
line-height: normal; line-height: 14px;
} }
.medium_txt{ .medium_txt{
@@ -147,7 +147,7 @@ body.n_scroll{
font-size: 24px; font-size: 24px;
font-style: normal; font-style: normal;
font-weight: 600; font-weight: 600;
line-height: normal; line-height: 24px;
} }
.medium_small_bold_txt{ .medium_small_bold_txt{
@@ -156,7 +156,7 @@ body.n_scroll{
font-size: 20px; font-size: 20px;
font-style: normal; font-style: normal;
font-weight: 600; font-weight: 600;
line-height: normal; line-height: 20px;
} }
.text_header.last_right{ .text_header.last_right{