@@ -8874,7 +8874,8 @@ img {
.shortnews:hover {
background-color: #ececec; }
.shortnews__link {
- text-decoration: none; }
+ text-decoration: none;
+ max-height: calc(100% - 30px); }
.shortnews__link:hover {
text-decoration: none; }
.shortnews__imgcase {
@@ -48,6 +48,7 @@
&__link {
text-decoration: none;
+ max-height: calc(100% - 30px);
&:hover {
}