stacker.news/styles/item.module.css
2021-04-28 14:30:14 -05:00

11 lines
187 B
CSS

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