Merge pull request #190 from Mitrichius/fix-img-in-short-list-page

Fix img style in stort list page
This commit is contained in:
Dmitry Kolosov 2023-07-20 19:38:56 +03:00 committed by GitHub
commit 78a72c29a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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