stacker.news/components/comment.module.css
2021-04-14 18:56:29 -05:00

21 lines
234 B
CSS

.item {
align-items: flex-start;
}
.upvote {
margin-top: .3rem;
}
.text {
margin-top: .1rem;
}
.reply {
font-weight: bold;
cursor: pointer;
text-decoration: underline;
}
.children {
margin-top: .4rem;
}