fraction.io
Version:
Your personalized community aggregator.
25 lines (22 loc) • 354 B
text/less
.viewComment {
margin-bottom: 1rem;
padding: 1rem;
padding-bottom: 0;
border-radius: 5px;
.media-body {
border: 0;
padding: 0;
}
.commentText {
margin-top: 0.5rem;
max-width: 35rem;
p {
margin-top: 1rem;
margin-bottom: 1rem;
}
}
.commentAuthor {
margin-top: 0.2rem;
margin-bottom: 0;
}
}