diff --git a/less/posts_list.less b/less/posts_list.less index 8fd1e0a..4a85ca5 100644 --- a/less/posts_list.less +++ b/less/posts_list.less @@ -88,9 +88,17 @@ left: 100%; width: 175px; height: 28px; - margin-top: -14px; font-size: 10px; + > a { + position: relative; + .user-img { + margin-top: -3px; + text-align: center; + padding: 0; + } + } + .post-author { padding-left: 25px; color: lighten(@gray-base, 65%);