diff --git a/themes/modern2/assets/css/components/3-page/home.scss b/themes/modern2/assets/css/components/3-page/home.scss index 612f789b4..85029329d 100755 --- a/themes/modern2/assets/css/components/3-page/home.scss +++ b/themes/modern2/assets/css/components/3-page/home.scss @@ -215,6 +215,9 @@ color: $text-light-black; } .card { + &.other { + padding: 0 0 30px 0; + } &__link { height: unset; text-overflow: unset; diff --git a/themes/modern2/assets/css/components/3-page/news.scss b/themes/modern2/assets/css/components/3-page/news.scss index 3db81f41f..534eef1ce 100755 --- a/themes/modern2/assets/css/components/3-page/news.scss +++ b/themes/modern2/assets/css/components/3-page/news.scss @@ -18,6 +18,10 @@ .card { padding: 30px 0; border-bottom: 1px solid #dcdcdc; + &__link { + height: unset; + text-overflow: unset; + } } } &__content { diff --git a/themes/modern2/assets/css/main.css b/themes/modern2/assets/css/main.css index 0078570b7..aa91e5399 100755 --- a/themes/modern2/assets/css/main.css +++ b/themes/modern2/assets/css/main.css @@ -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;