client/comments: fix missing thumbnail margins
This commit is contained in:
parent
02d90cb5e8
commit
04b820c730
1 changed files with 4 additions and 1 deletions
|
@ -22,11 +22,14 @@
|
|||
margin-bottom: 2em
|
||||
.post-thumbnail
|
||||
float: left
|
||||
margin-left: -13em
|
||||
margin: 0 0 1em -13em
|
||||
.thumbnail
|
||||
width: 12em
|
||||
height: 8em
|
||||
|
||||
&>li
|
||||
clear: both
|
||||
|
||||
.post-thumbnail
|
||||
vertical-align: top
|
||||
margin-right: 1em
|
||||
|
|
Loading…
Reference in a new issue