Fix too much padding under iqdb results

This commit is contained in:
Toks
2015-06-03 19:46:45 -04:00
parent 1b57288b15
commit 6b0eb164a3

View File

@@ -41,7 +41,12 @@ article.post-preview {
overflow: hidden;
.post-preview {
height: 169px;
height: auto;
margin-bottom: 0;
}
p {
margin-bottom: 0;
}
}