This commit is contained in:
= 2021-05-24 16:43:30 +05:00
parent b155a33081
commit c91cae925e
3 changed files with 91 additions and 75 deletions

View File

@ -53,6 +53,9 @@
line-height: $h4-height;
margin: 10px 0 0 0;
display: block;
height: 75px;
overflow: hidden;
text-overflow: ellipsis;
}
&__box {
padding: 30px 0;

View File

@ -214,6 +214,12 @@
margin-bottom: 80px;
color: $text-light-black;
}
.card {
&__link {
height: unset;
text-overflow: unset;
}
}
a.progressive {
position: relative;
display: block;

View File

@ -634,6 +634,9 @@ li {
line-height: 25px;
margin: 10px 0 0 0;
display: block;
height: 75px;
overflow: hidden;
text-overflow: ellipsis;
}
.card__box {
padding: 30px 0;
@ -1398,6 +1401,10 @@ li {
margin-bottom: 80px;
color: #242424;
}
.main__sidebar .card__link {
height: unset;
text-overflow: unset;
}
.main__sidebar a.progressive {
position: relative;
display: block;