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