stacker.news/components/comment.module.css

21 lines
234 B
CSS
Raw Normal View History

2021-04-14 23:56:29 +00:00
.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;
}