stacker.news/styles/item.module.css
2021-11-12 16:39:52 -06:00

11 lines
189 B
CSS

.comments {
margin-top: .5rem;
}
@media only screen and (max-width: 600px) {
.comments {
margin-top: .5rem;
margin-left: -15px;
margin-right: -15px;
}
}