This commit is contained in:
= 2021-05-24 16:49:21 +05:00
parent 4f3d64c1fb
commit 8a71bf0bca
3 changed files with 14 additions and 0 deletions

View File

@ -215,6 +215,9 @@
color: $text-light-black;
}
.card {
&.other {
padding: 0 0 30px 0;
}
&__link {
height: unset;
text-overflow: unset;

View File

@ -18,6 +18,10 @@
.card {
padding: 30px 0;
border-bottom: 1px solid #dcdcdc;
&__link {
height: unset;
text-overflow: unset;
}
}
}
&__content {

View File

@ -1401,6 +1401,9 @@ li {
margin-bottom: 80px;
color: #242424;
}
.main__sidebar .card.other {
padding: 0 0 30px 0;
}
.main__sidebar .card__link {
height: unset;
text-overflow: unset;
@ -1858,6 +1861,10 @@ li {
padding: 30px 0;
border-bottom: 1px solid #dcdcdc;
}
.news__sidebar .card__link {
height: unset;
text-overflow: unset;
}
.news__content {
width: calc(70% - 25px);
margin-right: 25px;