|
@@ -7247,7 +7247,6 @@ header .menu-mobile ul li a:hover {
|
|
|
overflow: hidden; }
|
|
overflow: hidden; }
|
|
|
|
|
|
|
|
.content-right .news {
|
|
.content-right .news {
|
|
|
- display: inline-block;
|
|
|
|
|
margin-top: 25px;
|
|
margin-top: 25px;
|
|
|
padding-left: 15px; }
|
|
padding-left: 15px; }
|
|
|
|
|
|
|
@@ -9038,9 +9037,10 @@ img {
|
|
|
border: 1px solid #ebebeb;
|
|
border: 1px solid #ebebeb;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
- flex-grow: 1;
|
|
|
|
|
- flex-shrink: 1;
|
|
|
|
|
|
|
+ flex-grow: 0;
|
|
|
|
|
+ flex-shrink: 0;
|
|
|
flex-basis: 0;
|
|
flex-basis: 0;
|
|
|
|
|
+ min-width: 200px;
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
color: #000000;
|
|
color: #000000;
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|