0.3.11 line-height fix

This commit is contained in:
SDE
2023-12-10 10:46:06 +03:00
parent 00d95910c4
commit e3c5c14fda

View File

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