fix mob version news-items

This commit is contained in:
2026-01-10 00:03:32 +03:00
parent ace05946db
commit a98e26be05
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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;

View File

@@ -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;
} }