|
@@ -8850,7 +8850,7 @@ img {
|
|
|
.shortnews__item {
|
|
.shortnews__item {
|
|
|
font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
|
|
font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
|
|
|
background-color: #ebebeb;
|
|
background-color: #ebebeb;
|
|
|
- min-height: 320px;
|
|
|
|
|
|
|
+ height: 320px;
|
|
|
display: -webkit-flex;
|
|
display: -webkit-flex;
|
|
|
display: -ms-flex;
|
|
display: -ms-flex;
|
|
|
display: flex;
|
|
display: flex;
|
|
@@ -9044,13 +9044,16 @@ img {
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
color: #000000;
|
|
color: #000000;
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
- margin-bottom: 10px; }
|
|
|
|
|
|
|
+ margin-bottom: 10px;
|
|
|
|
|
+ height: 420px; }
|
|
|
.special-items__item:hover {
|
|
.special-items__item:hover {
|
|
|
border-color: #d2dee9;
|
|
border-color: #d2dee9;
|
|
|
text-decoration: none; }
|
|
text-decoration: none; }
|
|
|
.special-items__item--half-size {
|
|
.special-items__item--half-size {
|
|
|
width: calc(50% - 10px);
|
|
width: calc(50% - 10px);
|
|
|
margin-left: 10px; }
|
|
margin-left: 10px; }
|
|
|
|
|
+.special-items__top {
|
|
|
|
|
+ height: 320px; }
|
|
|
.special-items__title {
|
|
.special-items__title {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|