style fix

This commit is contained in:
Victor Batischev
2024-01-31 16:25:06 +03:00
parent 8462d38862
commit 73c9101be2
13 changed files with 42 additions and 40 deletions

View File

@ -3,14 +3,15 @@
.frequently-asked-questions-item {
&__head {
display: flex;
align-items: center;
gap: 19px;
margin: 0 0 -5px 29px;
margin: 0 0 0px 29px;
}
&__title {
font-weight: 700;
@include adaptiv-value("font-size", 28, 22, 1);
line-height: 79%;
line-height: 100%;
color: #1458dd;
}