fix mob version news-items
This commit is contained in:
2
dist/assets/style.css
vendored
2
dist/assets/style.css
vendored
File diff suppressed because one or more lines are too long
@@ -197,7 +197,7 @@ footer{
|
|||||||
width: 48px;
|
width: 48px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
background: #22353a;
|
background: #333;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|||||||
@@ -93,6 +93,7 @@ body.image-portrait .post-thumbnail img {
|
|||||||
|
|
||||||
.news-item {
|
.news-item {
|
||||||
flex: 1 1 100%;
|
flex: 1 1 100%;
|
||||||
|
max-width: 100%; /* добавьте эту строку */
|
||||||
min-width: unset;
|
min-width: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user