post-lists: align thumbnail on post title
This commit is contained in:
parent
9e599f9311
commit
a7a520b93f
2 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@
|
|||
flex-direction: row;
|
||||
&-thumbnail {
|
||||
display: block;
|
||||
padding-top: 0.35em;
|
||||
padding-top: 1.5em;
|
||||
max-width: 200px;
|
||||
img {
|
||||
max-width: 100%;
|
||||
|
|
|
@ -1367,7 +1367,7 @@ a.list-group-item:hover {
|
|||
flex-direction: row; }
|
||||
.list-article-thumbnail {
|
||||
display: block;
|
||||
padding-top: 0.35em;
|
||||
padding-top: 1.5em;
|
||||
max-width: 200px; }
|
||||
.list-article-thumbnail img {
|
||||
max-width: 100%;
|
||||
|
|
Reference in a new issue