123
This commit is contained in:
parent
4f3d64c1fb
commit
8a71bf0bca
|
|
@ -215,6 +215,9 @@
|
|||
color: $text-light-black;
|
||||
}
|
||||
.card {
|
||||
&.other {
|
||||
padding: 0 0 30px 0;
|
||||
}
|
||||
&__link {
|
||||
height: unset;
|
||||
text-overflow: unset;
|
||||
|
|
|
|||
|
|
@ -18,6 +18,10 @@
|
|||
.card {
|
||||
padding: 30px 0;
|
||||
border-bottom: 1px solid #dcdcdc;
|
||||
&__link {
|
||||
height: unset;
|
||||
text-overflow: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
&__content {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue