ComunicWeb/assets/css/components/comments/ui.css
2018-01-22 19:13:31 +01:00

19 lines
251 B
CSS

/**
* Comments UI
*
* @author Pierre HUBERT
*/
.post-comments {
padding: 10px;
}
.post-comments .comment-img-contener {
text-align: center;
}
.post-comments img.comment-img {
width: 100px !important;
height: auto !important;
float: none;
}