Viewing source of devtesla/comment-boxes

Revision ID: 1ac92585-1c81-4202-a550-0929258bd3ee

Hierarchy

Common CSS
@media (min-width: 768px) {
.comment {
   border: 1px solid #d3d3d3;
   padding: 1em;
   margin: 1em .5em 1em 1em;
}
.comment-replies .comment {
   border: 1px solid #d3d3d3;
   padding: 1em;
   margin: 1em .5em 1em 1em;
}
}