fix img style in stort list page

This commit is contained in:
Dmitry Kolosov 2023-07-20 18:38:17 +02:00
parent e2c522d776
commit 56b290195e

View File

@ -289,6 +289,13 @@ main h1 {
margin-top: 1em;
}
.post-short-list img {
max-width: 100%;
display: block;
height: auto;
margin: 0 auto .5em;
}
/* Articles */
.post-header {