Merge pull request #190 from Mitrichius/fix-img-in-short-list-page
Fix img style in stort list page
This commit is contained in:
commit
78a72c29a6
1 changed files with 7 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue