This commit is contained in:
= 2021-05-04 16:03:53 +05:00
parent 81e973fe1b
commit 7058123699
2 changed files with 16 additions and 2 deletions

View File

@ -28,8 +28,6 @@
}
}
@include xlg-xxlg {
$h4-size: 14px;
$h4-height: 22px;
.auto__container {
max-width: 1040px;
padding: 0 25px;
@ -48,6 +46,8 @@
span {
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
line-height: 22px;
}
}
}
@ -103,6 +103,8 @@
padding: 15px;
&__link {
max-height: 66px;
font-size: 14px;
line-height: 22px;
}
}
.partner {
@ -126,9 +128,13 @@
&-body {
&-para {
height: 88px;
font-size: 14px;
line-height: 22px;
}
&-link {
height: 44px;
font: 14px;
line-height: 22px;
}
}
}

View File

@ -1761,6 +1761,8 @@ li {
.slider__nav a span {
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
line-height: 22px;
}
.event__header {
@ -1805,6 +1807,8 @@ li {
}
.card__link {
max-height: 66px;
font-size: 14px;
line-height: 22px;
}
.partner__title {
@ -1826,9 +1830,13 @@ li {
}
.heading__content-body-para {
height: 88px;
font-size: 14px;
line-height: 22px;
}
.heading__content-body-link {
height: 44px;
font: 14px;
line-height: 22px;
}
.heading a.progressive {
height: 250px;